3.2.1
版本发布时间: 2022-01-06 17:17:30
doctrine/dbal最新发布版本:4.2.1(2024-10-11 02:35:44)
Release 3.2.1
3.2.1
- Total issues resolved: 2
- Total pull requests resolved: 17
- Total contributors: 6
Bug,pdo_pgsql
- 5161: Remove trailing comma in a PDO object parameters thanks to @mesolaries
Bug,PDO,PHP
- 5145: Use $maxLength = 0 by default when calling PDOStatement::bindParam() thanks to @morozov and @Jeroeny
Bug,SQL Parser
- 5138: Make the SQL parser regular expression less greedy thanks to @morozov
Bug,Documentation
- 5129: Accept strings in AbstractPlatform::get*Expression() methods thanks to @morozov
Bug
- 5079: Fix typos thanks to @derrabus
- 5077: Honor requiresSQLCommentHint() for overriding types thanks to @greg0ire
Documentation
- 5064: Use see instead of link for references to structural elements thanks to @derrabus
- 5059: Document minor BC Break about cache keys thanks to @greg0ire
- 5057: Explain what DC2Type SQL comments are about thanks to @greg0ire
Static Analysis
- 5063: Fix array types on ArrayResult thanks to @derrabus
- 5053: Workaround for "mixed is a reserved word" error thanks to @derrabus
- 5052: Fix doc block thanks to @derrabus
-
5045: Fix return type of
_getNestedTransactionSavePointName()
thanks to @derrabus
CI,Logging
- 5062: Remove psr/log downgrade from CI thanks to @derrabus
Deprecation,SQL Server
-
5061: Add deprecation annotation to
SQLServer2012Platform
thanks to @derrabus
Error Handling,Test Suite
- 5050: Remove exception coverter unit tests thanks to @morozov
Code Style
- 5040: Fix coding standard violation in the IBM DB2 driver thanks to @morozov
Bug,Type Mapping
- 4845: Doctrine SQL comments not always generated thanks to @Mediagone