Skip to content

Commit 044e10e

Browse files
committed
docs: add CHANGELOG for v2.12.1
Made-with: Cursor
1 parent f4be0b1 commit 044e10e

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.12.1] - 2026-03-22
11+
12+
### Fixed
13+
- **PHP 8.5**: `PDO::MYSQL_ATTR_LOCAL_INFILE` is deprecated; use `Pdo\Mysql::ATTR_LOCAL_INFILE` when available for MySQL local-infile handling.
14+
15+
### Changed
16+
- **MySQL / MariaDB**: `password` is no longer a required connection parameter, so empty passwords are supported as allowed by the servers.
17+
- **MSSQLDialect**: normalized `listTables()` SQL string formatting.
18+
19+
### Tests
20+
- Expanded shared test coverage (Db helpers, `ParameterManager::setParams`, result cache and `generateCacheKey`, `PdoDb`, `QueryCompilationCache`, `QueryBuilder`, `CteManager`, `SelectQueryBuilder`, `QueryProfiler`, `FulltextMatchValue`, `ExecutionEngine`, `CacheManager`, `SeedDataGenerator`, `MigrationRunner`, and related CLI/migration paths).
21+
1022
## [2.12.0] - 2025-12-12
1123

1224
### Added
@@ -2057,7 +2069,8 @@ Initial tagged release with basic PDO database abstraction functionality.
20572069

20582070
---
20592071

2060-
[Unreleased]: https://github.com/tommyknocker/pdo-database-class/compare/v2.12.0...HEAD
2072+
[Unreleased]: https://github.com/tommyknocker/pdo-database-class/compare/v2.12.1...HEAD
2073+
[2.12.1]: https://github.com/tommyknocker/pdo-database-class/compare/v2.12.0...v2.12.1
20612074
[2.12.0]: https://github.com/tommyknocker/pdo-database-class/compare/v2.11.2...v2.12.0
20622075
[2.11.2]: https://github.com/tommyknocker/pdo-database-class/compare/v2.11.1...v2.11.2
20632076
[2.11.1]: https://github.com/tommyknocker/pdo-database-class/compare/v2.11.0...v2.11.1

0 commit comments

Comments
 (0)