4.2.2
版本发布时间: 2025-01-16 16:52:19
doctrine/dbal最新发布版本:4.2.2(2025-01-16 16:52:19)
Release Notes for 4.2.2
4.2.2
- Total issues resolved: 1
- Total pull requests resolved: 18
- Total contributors: 12
Static Analysis
- 6697: Cleanup obsolete PHPStan ignore rules thanks to @derrabus
- 6574: Remove non thrown exception from phpdoc thanks to @Tofandel
Bug,PostgreSQL,Schema Comparison
- 6693: Enable platformOptions to be considered for ColumnDiff (PostgreSQL jsonb support) thanks to @DanielBadura
Test Suite
- 6692: PHPUnit 10.5.39 thanks to @derrabus
Documentation
- 6688: Remove documentation of legacy types thanks to @derrabus
Bug,Schema Management
- 6668: Fix creation of unnamed unique constraints thanks to @morozov
CI
- 6661: Create website schema validation workflow thanks to @SenseException
- 6632: Source IBM DB2 CLI driver from GitHub thanks to @morozov
- 6625: Rework continuous integration for v4 thanks to @greg0ire
Bug,Connecting,Connections,PDO,PHP
- 6623: Revert workaround for persistent PDO connections thanks to @derrabus
Bug,Quoting,SQL Server,Schema Management
- 6602: Fix renaming to quoted names on SQL Server thanks to @morozov
Bug,PostgreSQL,Quoting,Schema Management
- 6599: Fix dropping the PK on a PostgreSQL table with quoted name thanks to @morozov
Bug,Prepared Statements,oci8
- 6596: Use exception in OCI8 driver, instead of relying on assert thanks to @segrax
Connecting,Drivers,New Feature,Oracle
- 6593: Added support to override the protocol used when connecting to Oracle. thanks to @martinedge
Bug,Type Mapping
-
6579: Fix max string length resolution in
AbstractPlatform::getEnumDeclaration()
thanks to @davidxkurka
Bug,Cache
-
6552: Query Cache mangled if saved by-reference thanks to @Slamdunk
-
6546: Fix incorrect
transactional()
handling when DB auto-rolled back the transaction (v4) thanks to @simPod
Bug,Type Conversion
- 6410: Fix bigint PHP_INT_MIN/PHP_INT_MAX string to int convert thanks to @mvorisek
Changes from Lower Branches
- This release contains all changes of the 3.9.4 release.