Tags give the ability to mark specific points in history as being important
-
-
-
3.8.7
2093d670 · ·### Release Notes for [3.8.7](https://github.com/doctrine/dbal/milestone/158) ### 3.8.7 - Total issues resolved: **0** - Total pull requests resolved: **8** - Total contributors: **6** CI -- - [6484: Adapt to mssql-docker breaking change](https://github.com/doctrine/dbal/pull/6484) thanks to @greg0ire #### Bug - [6483: Make the schema manager aware of the disabling of type comments](https://github.com/doctrine/dbal/pull/6483) thanks to @stof #### Code Style,Static Analysis,Test Suite - [6476: Bump dev tools](https://github.com/doctrine/dbal/pull/6476) thanks to @derrabus #### CI,MySQL,Test Suite - [6462: CI: Add MySQL 9, reduce test matrix](https://github.com/doctrine/dbal/pull/6462) thanks to @derrabus #### Documentation - [6461: Complete sentence](https://github.com/doctrine/dbal/pull/6461) thanks to @greg0ire #### CI,MariaDB - [6435: mariadb: add nightly workflow to facilitate mariadb "nightlies"](https://github.com/doctrine/dbal/pull/6435) thanks to @grooverdan #### Bug,Error Handling,MySQL,PHP - [6363: Properly handle MySQL error code 4031 from PHP 8.4](https://github.com/doctrine/dbal/pull/6363) thanks to @mbeccati #### Static Analysis - [6334: Make AbstractSchemaManager covariant to its template argument](https://github.com/doctrine/dbal/pull/6334) thanks to @zerkms
-
4.0.5
38923038 · ·### Release Notes for [4.0.5](https://github.com/doctrine/dbal/milestone/159) ### 4.0.5 - Total issues resolved: **0** - Total pull requests resolved: **5** - Total contributors: **4** #### Test Suite - [6477: PHPUnit 10.5.28](https://github.com/doctrine/dbal/pull/6477) thanks to @derrabus #### Documentation - [6470: Fix update/delete aliases in documentation](https://github.com/doctrine/dbal/pull/6470) thanks to @PrinsFrank #### Configuration,Documentation - [6460: Docs: update custom platform example to use middlewares](https://github.com/doctrine/dbal/pull/6460) thanks to @janedbal CI -- - [6458: ci: nightly - php-8.1 only + workflow_dispatch](https://github.com/doctrine/dbal/pull/6458) thanks to @grooverdan #### CI,MariaDB - [6457: ci: nightly - php-8.1 min version](https://github.com/doctrine/dbal/pull/6457) thanks to @grooverdan
-
-
-
-
-
4.0.4
50fda19f · ·### Release Notes for [4.0.4](https://github.com/doctrine/dbal/milestone/157) ### 4.0.4 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **1** #### Test Suite - [6454: PHPUnit 10.5.22](https://github.com/doctrine/dbal/pull/6454) thanks to @derrabus - [6447: PHPUnit 10.5.21](https://github.com/doctrine/dbal/pull/6447) thanks to @derrabus
-
3.8.6
b7411825 · ·### Release Notes for [3.8.6](https://github.com/doctrine/dbal/milestone/156) ### 3.8.6 - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **3** #### Code Style - [6453: PHP CodeSniffer 3.10.1](https://github.com/doctrine/dbal/pull/6453) thanks to @derrabus #### Static Analysis - [6446: PHPStan 1.11.5](https://github.com/doctrine/dbal/pull/6446) thanks to @derrabus #### Bug - [6445: Revert "Merge pull request #6413 from achterin/bugfix/foreign_key_name_change_detection"](https://github.com/doctrine/dbal/pull/6445) thanks to @dmaicher #### Bug,SQLite,Schema Management - [6352: Move schema split for SQLite CREATE INDEX only](https://github.com/doctrine/dbal/pull/6352) thanks to @mvorisek
-
-
-
-
-
4.0.3
8edbce73 · ·### Release Notes for [4.0.3](https://github.com/doctrine/dbal/milestone/155) ### 4.0.3 - Total issues resolved: **0** - Total pull requests resolved: **6** - Total contributors: **5** #### Test Suite - [6431: Display warnings when running PHPUnit in CI](https://github.com/doctrine/dbal/pull/6431) thanks to @stof - [6400: PHPUnit 10.5.20](https://github.com/doctrine/dbal/pull/6400) thanks to @derrabus #### Bug - [6418: Fix foreign key name change detection](https://github.com/doctrine/dbal/pull/6418) thanks to @achterin #### Static Analysis - [6401: Psalm 5.24.0](https://github.com/doctrine/dbal/pull/6401) thanks to @derrabus #### Documentation - [6394: Fix example for QB delete and update in doc block](https://github.com/doctrine/dbal/pull/6394) thanks to @Metabor #### Code Style - [6381: Fix SQLiteSchemaManagerTest case](https://github.com/doctrine/dbal/pull/6381) thanks to @mvorisek
-
3.8.5
0e3536ba · ·### Release Notes for [3.8.5](https://github.com/doctrine/dbal/milestone/154) ### 3.8.5 - Total issues resolved: **0** - Total pull requests resolved: **24** - Total contributors: **9** #### CI,MariaDB - [6432: CI MariaDB: add 11.4, remove 11.0](https://github.com/doctrine/dbal/pull/6432) thanks to @derrabus - [6426: CI: Update MariaDB versions](https://github.com/doctrine/dbal/pull/6426) thanks to @grooverdan #### Documentation - [6430: Fix typo in the portability documentation](https://github.com/doctrine/dbal/pull/6430) thanks to @stof - [6429: Fix the portability documentation](https://github.com/doctrine/dbal/pull/6429) thanks to @stof #### Bug,MariaDB,Schema Introspection - [6425: Fix MariaDB fetching of default table character-set](https://github.com/doctrine/dbal/pull/6425) thanks to @grooverdan #### Bug - [6423: Fix: Skip type comparison if disableTypeComments is true](https://github.com/doctrine/dbal/pull/6423) thanks to @berkut1 - [6413: Fix foreign key name change detection](https://github.com/doctrine/dbal/pull/6413) thanks to @achterin #### Connecting,Improvement,Oracle - [6412: remove duplicate set NLS_DATE_FORMAT](https://github.com/doctrine/dbal/pull/6412) thanks to @pilot114 #### Documentation,MariaDB - [6407: Fix documentation of supported MariaDB releases](https://github.com/doctrine/dbal/pull/6407) thanks to @derrabus #### Static Analysis - [6402: Fix return type of iterateKeyValue()](https://github.com/doctrine/dbal/pull/6402) thanks to @derrabus - [6399: PHPStan 1.11.1](https://github.com/doctrine/dbal/pull/6399) thanks to @derrabus CI -- - [6391: Bump doctrine/.github from 5.0.0 to 5.0.1](https://github.com/doctrine/dbal/pull/6391) thanks to @dependabot[bot] - [6384: Use 3.8.x as a target for dependabot version updates](https://github.com/doctrine/dbal/pull/6384) thanks to @greg0ire - [6383: Setup dependabot](https://github.com/doctrine/dbal/pull/6383) thanks to @greg0ire - [6379: Bump workflow actions](https://github.com/doctrine/dbal/pull/6379) thanks to @greg0ire - [6374: Provide CODECOV_TOKEN](https://github.com/doctrine/dbal/pull/6374) thanks to @greg0ire - [6373: Specify the minor version number for MySQL image](https://github.com/doctrine/dbal/pull/6373) thanks to @greg0ire - [6372: Set fail_ci_if_error flag to true](https://github.com/doctrine/dbal/pull/6372) thanks to @greg0ire #### CI,MySQL - [6388: Fix "Plugin 'mysql_native_password' is not loaded"](https://github.com/doctrine/dbal/pull/6388) thanks to @derrabus - [6386: Run tests against MySQL 8.4](https://github.com/doctrine/dbal/pull/6386) thanks to @derrabus #### Static Analysis,Test Suite - [6387: PHPStan 1.10.67, PHPUnit 9.6.19, PHPCS 3.9.2](https://github.com/doctrine/dbal/pull/6387) thanks to @derrabus #### Bug,SQL Server - [6353: Fix SQL Server "extended property" SQL generation](https://github.com/doctrine/dbal/pull/6353) thanks to @mvorisek #### Bug,Missing Tests,SQLite - [6338: Fix DB name passing in SqliteSchemaManager::listTableForeignKeys()](https://github.com/doctrine/dbal/pull/6338) thanks to @mvorisek #### Bug,SQLite,Schema Management - [6315: Fix SQLite temp table name must not contain dot](https://github.com/doctrine/dbal/pull/6315) thanks to @mvorisek
-
-
-
-