3.3.8
版本发布时间: 2022-08-07 00:12:25
doctrine/dbal最新发布版本:4.2.1(2024-10-11 02:35:44)
Release 3.3.8
3.3.8
- Total issues resolved: 1
- Total pull requests resolved: 12
- Total contributors: 6
Bug,Type Conversion
- 5566: Do not treat deprecation level as errors thanks to @wouterj
Test Suite
-
5535: Use
assertCount()
when possible thanks to @derrabus
Dependencies
- 5533: Update PHPStan to 1.8.2 thanks to @morozov
Documentation,Schema Comparison
- 5503: Fix link in deprecation message thanks to @derrabus
Code Style
- 5479: Fix AbstractMySQLPlatform comment typo thanks to @mvorisek
- 5475: Use double quotes for strings containing contractions thanks to @morozov
Documentation
- 5478: Refer to the correct parameter in comment thanks to @greg0ire
Bug,Schema Comparison,Schema Management
- 5471: Infer omitted column charset from collation thanks to @morozov
Static Analysis,Test Suite
- 5469: Bump dev tools thanks to @derrabus
Bug,Prepared Statements,ibm_db2
- 5467: Fix order of binding parameters on ibm_db2 thanks to @morozov
Bug,Prepared Statements,oci8
- 5466: Bind only non-NULL BLOB values as BLOB on oci8 and ibm_db2 thanks to @morozov and @eisberg
CI,PHP
- 5442: Run tests on PHP 8.2 thanks to @derrabus