-
4.3.41a2fbd0e · ·
### Release Notes for [4.3.4](https://github.com/doctrine/dbal/milestone/183) ### 4.3.4 - Total issues resolved: **1** - Total pull requests resolved: **4** - Total contributors: **3** #### Bug,PHP,Types - [7180: Fix the unsigned BIGINT check for PHP 8.5](https://github.com/doctrine/dbal/pull/7180) thanks to @derrabus #### Drivers,Test Suite - [7178: Remove driver unit test boilerplate](https://github.com/doctrine/dbal/pull/7178) thanks to @morozov #### Documentation,Schema Definition - [7176: Documentation on object names](https://github.com/doctrine/dbal/pull/7176) thanks to @morozov #### Bug,Identifiers,Schema Introspection - [7147: Trigger invalid name deprecation only for outside calls](https://github.com/doctrine/dbal/pull/7147) thanks to @morozov and @keulinho
-
3.10.365edaca1 · ·
### Release Notes for [3.10.3](https://github.com/doctrine/dbal/milestone/182) ### 3.10.3 - Total issues resolved: **0** - Total pull requests resolved: **9** - Total contributors: **5** #### Test Suite - [7188: phpunit/phpunit (9.6.23 => 9.6.29)](https://github.com/doctrine/dbal/pull/7188) thanks to @derrabus #### Static Analysis - [7187: phpstan/phpstan (2.1.22 => 2.1.30)](https://github.com/doctrine/dbal/pull/7187) thanks to @derrabus #### Documentation - [7183: Improve DBAL migration docs for object, array and json_array type removals.](https://github.com/doctrine/dbal/pull/7183) thanks to @beberlei #### Db2,Documentation - [7177: Consistently reference IBM Db2 as Db2](https://github.com/doctrine/dbal/pull/7177) thanks to @morozov #### PHP,Schema Management - [7174: replace SplObjectStorage::attach() with SplObjectStorage::offsetSet()](https://github.com/doctrine/dbal/pull/7174) thanks to @xabbuh #### Improvement - [7173: do not call setAccessible() on PHP >= 8.1](https://github.com/doctrine/dbal/pull/7173) thanks to @xabbuh #### Dependencies - [7170: Bump doctrine/coding-standard to v14](https://github.com/doctrine/dbal/pull/7170) thanks to @greg0ire #### CI,MariaDB - [7148: Add MariaDB 12 to our CI](https://github.com/doctrine/dbal/pull/7148) thanks to @derrabus #### CI,ibm_db2 - [7130: Test with ibm_db2 on PHP 8.4](https://github.com/doctrine/dbal/pull/7130) thanks to @morozov
-
4.3.323195966 · ·
### Release Notes for [4.3.3](https://github.com/doctrine/dbal/milestone/181) ### 4.3.3 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### Documentation - [7138: Remove obsolete upgrade note](https://github.com/doctrine/dbal/pull/7138) thanks to @derrabus #### Documentation,Schema Definition - [7099: fix: see PrimaryKeyConstraint annotation](https://github.com/doctrine/dbal/pull/7099) thanks to @simPod
-
3.10.2c6c16cf7 · ·
### Release Notes for [3.10.2](https://github.com/doctrine/dbal/milestone/180) ### 3.10.2 - Total issues resolved: **0** - Total pull requests resolved: **12** - Total contributors: **4** #### CI,Dependencies - [7142: Don't test against Symfony Cache 8](https://github.com/doctrine/dbal/pull/7142) thanks to @derrabus #### Bug,Connecting,pdo_pgsql - [7141: Make options check strict again](https://github.com/doctrine/dbal/pull/7141) thanks to @derrabus #### Documentation - [7137: Document the PDO subclasses backport](https://github.com/doctrine/dbal/pull/7137) thanks to @derrabus #### Bug,Connecting,Drivers,MySQL - [7136: Workaround for MySQL 8.4 and unknown users](https://github.com/doctrine/dbal/pull/7136) thanks to @derrabus #### CI,ibm_db2 - [7134: Downgrade PHP for the DB2 workflow](https://github.com/doctrine/dbal/pull/7134) thanks to @derrabus #### CI,MySQL - [7133: Run tests on MySQL 8.4 LTS and 9.4](https://github.com/doctrine/dbal/pull/7133) thanks to @derrabus #### Bug,Connecting,PDO,PHP - [7132: Leverage PHP 8.4 PDO classes, fix PHP 8.5 deprecation](https://github.com/doctrine/dbal/pull/7132) thanks to @nicolas-grekas #### CI,SQL Server - [7118: Remove integration with AppVeyor](https://github.com/doctrine/dbal/pull/7118) thanks to @morozov #### Code Style - [7091: Bump doctrine/coding-standard](https://github.com/doctrine/dbal/pull/7091) thanks to @greg0ire #### Static Analysis - [7089: phpstan/phpstan (2.1.17 => 2.1.22)](https://github.com/doctrine/dbal/pull/7089) thanks to @derrabus - [7080: phpstan/phpstan (2.1.17 => 2.1.22)](https://github.com/doctrine/dbal/pull/7080) thanks to @derrabus #### Test Suite - [7076: Fix argument count of data providers](https://github.com/doctrine/dbal/pull/7076) thanks to @derrabus
-
4.3.27669f131 · ·
### Release Notes for [4.3.2](https://github.com/doctrine/dbal/milestone/179) ### 4.3.2 - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **4** #### Deprecation - [7073: Deprecate the new MariaDB110700Platform class](https://github.com/doctrine/dbal/pull/7073) thanks to @derrabus #### Improvement - [7065: Improve deprecation](https://github.com/doctrine/dbal/pull/7065) thanks to @greg0ire #### Documentation,Schema Definition - [7064: Update schema definition documentaion](https://github.com/doctrine/dbal/pull/7064) thanks to @morozov #### Bug,Schema Introspection,pdo_pgsql - [7052: Fix introspection on PDO_pgsql with `PDO::STRINGIFY_FETCHES` enabled](https://github.com/doctrine/dbal/pull/7052) thanks to @keulinho
-
3.10.136266010 · ·
### Release Notes for [3.10.1](https://github.com/doctrine/dbal/milestone/176) ### 3.10.1 - Total issues resolved: **0** - Total pull requests resolved: **6** - Total contributors: **3** #### CI,SQL Server - [7069: CI: Update SQL Server to version 2022](https://github.com/doctrine/dbal/pull/7069) thanks to @derrabus #### Bug,MariaDB,Reserved Keywords - [7061: Add support of new reserved word `VECTOR` (MariaDB 11.7+)](https://github.com/doctrine/dbal/pull/7061) thanks to @susnux #### Bug,Prepared Statements,pgsql - [7059: Fix binding null as a boolean parameter on pgsql](https://github.com/doctrine/dbal/pull/7059) thanks to @derrabus #### Documentation - [7039: Remove obsolete todo](https://github.com/doctrine/dbal/pull/7039) thanks to @derrabus #### Test Suite,oci8,pdo_oci - [7037: Do not hardcode allowed parameters in TestUtil](https://github.com/doctrine/dbal/pull/7037) thanks to @morozov #### Documentation,pdo_mysql,pdo_pgsql - [7019: Update documentation on driver parameters](https://github.com/doctrine/dbal/pull/7019) thanks to @morozov
-
4.3.1ac336c95 · ·
### Release Notes for [4.3.1](https://github.com/doctrine/dbal/milestone/177) ### 4.3.1 - Total issues resolved: **0** - Total pull requests resolved: **5** - Total contributors: **5** #### Bug,SQLite,Schema Introspection - [7050: Fix case sensitivity in SQLite column types](https://github.com/doctrine/dbal/pull/7050) thanks to @27pchrisl #### Bug,Oracle - [7043: Quote Oracle user password](https://github.com/doctrine/dbal/pull/7043) thanks to @morozov #### Bug,PostgreSQL,Schema Management - [7035: Avoid useless extra query in Psql](https://github.com/doctrine/dbal/pull/7035) thanks to @VincentLanglet #### Bug,Schema Introspection - [7028: Fix length type in `MySQLSchemaManager` with `ATTR_STRINGIFY_FETCHES` enabled](https://github.com/doctrine/dbal/pull/7028) thanks to @keulinho #### Bug,MariaDB,Schema Introspection - [7025: Quote MySQL constraint names for foreign keys](https://github.com/doctrine/dbal/pull/7025) thanks to @grooverdan