4.1.0
版本发布时间: 2024-08-15 15:51:42
doctrine/dbal最新发布版本:4.2.1(2024-10-11 02:35:44)
Release Notes for 4.1.0
4.1.0
- Total issues resolved: 0
- Total pull requests resolved: 13
- Total contributors: 8
Deprecation,Platforms,PostgreSQL
- 6495: Deprecate support for Postgres 10 and 11 thanks to @derrabus
Bug,PostgreSQL,Schema Comparison
- 6490: Ensure PostgreSQL field length change is executed again thanks to @sbuerk
Deprecation,New Feature,Schema Management
- 6482: Add deprecation layer for TableDiff methods thanks to @derrabus
Test Suite
- 6481: Fix tests thanks to @derrabus
New Feature,Type Mapping,Types
- 6471: Add SmallFloat type thanks to @berkut1
Improvement,QueryBuilder
- 6439: Default to distinct union queries thanks to @derrabus
Deprecation,Drivers,New Feature,Results
- 6428: Add the Result::getColumnName method thanks to @stof
Improvement
- 6376: Remove internal flag on DriverException thanks to @gitomato
- 6326: Remove redundant variable thanks to @michalbundyra
New Feature,QueryBuilder
-
6369: Add
QueryBuilder
support forUNION
clause thanks to @sbuerk
Deprecation,MariaDB,MySQL,Platforms
- 6343: Deprecate MariaDB 10.4 and MySQL 5.7 support thanks to @derrabus
Static Analysis
- 6301: Establish link between isConnected() and _conn thanks to @greg0ire
New Feature,Schema Management
- 6280: Add explicit renameColumn method thanks to @Tofandel
Changes from Lower Branches
- This release contains all changes of the 3.9.0 release.