Tags give the ability to mark specific points in history as being important
-
-
4.2.1
dadd3530 · ·### Release Notes for [4.2.1](https://github.com/doctrine/dbal/milestone/167) ### 4.2.1 - Total issues resolved: **0** - Total pull requests resolved: **0** - Total contributors: **0**
-
3.9.3
61446f07 · ·### Release Notes for [3.9.3](https://github.com/doctrine/dbal/milestone/166) ### 3.9.3 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Documentation - [6541: Remove broken links from php doc block](https://github.com/doctrine/dbal/pull/6541) thanks to @abuhamza
-
4.2.0
b4a1c16a · ·### Release Notes for [4.2.0](https://github.com/doctrine/dbal/milestone/162) ### 4.2.0 - Total issues resolved: **0** - Total pull requests resolved: **6** - Total contributors: **3** CI -- - [6537: CI: remove duplicate key](https://github.com/doctrine/dbal/pull/6537) thanks to @derrabus #### MariaDB,MySQL,New Feature,Schema Introspection,Schema Management,Types - [6536: Implement an EnumType for MySQL/MariaDB](https://github.com/doctrine/dbal/pull/6536) thanks to @derrabus #### Connecting,Connections,New Feature,PDO - [6532: Leverage the new PDO subclasses](https://github.com/doctrine/dbal/pull/6532) thanks to @derrabus #### New Feature,PostgreSQL,Schema Introspection - [6516: Passive support for partitioned tables on Postgres](https://github.com/doctrine/dbal/pull/6516) thanks to @nikophil #### Cache,Improvement,Results - [6510: Invalidate old query cache format](https://github.com/doctrine/dbal/pull/6510) thanks to @derrabus #### Cache,New Feature,Results - [6504: Handle cached result column names and rows separately](https://github.com/doctrine/dbal/pull/6504) thanks to @morozov
-
3.9.2
f1d0dbc4 · ·### Release Notes for [3.9.2](https://github.com/doctrine/dbal/milestone/163) ### 3.9.2 - Total issues resolved: **0** - Total pull requests resolved: **6** - Total contributors: **4** #### Documentation - [6540: Prepare the 4.2.0 release](https://github.com/doctrine/dbal/pull/6540) thanks to @derrabus #### Static Analysis - [6535: PHPStan 1.12.6](https://github.com/doctrine/dbal/pull/6535) thanks to @derrabus CI -- - [6534: Bump doctrine/.github from 5.1.0 to 5.2.0](https://github.com/doctrine/dbal/pull/6534) thanks to @dependabot[bot] - [6527: Bump GitHub actions](https://github.com/doctrine/dbal/pull/6527) thanks to @derrabus #### CI,Documentation - [6531: Setup documentation workflow](https://github.com/doctrine/dbal/pull/6531) thanks to @greg0ire #### CI,PHP - [6528: Run tests with PHP 8.4](https://github.com/doctrine/dbal/pull/6528) thanks to @nickvergessen
-
-
-
-
-
4.1.1
7a825241 · ·### Release Notes for [4.1.1](https://github.com/doctrine/dbal/milestone/161) ### 4.1.1 - Total issues resolved: **0** - Total pull requests resolved: **6** - Total contributors: **2** #### Bug,Connecting,Drivers,PDO - [6513: PDO: Raise a proper exception if user or password is false](https://github.com/doctrine/dbal/pull/6513) thanks to @derrabus #### Bug,Results - [6505: Raise a proper exception when calling `getColumnName()` with negative index](https://github.com/doctrine/dbal/pull/6505) thanks to @derrabus #### Test Suite - [6503: Remove beStrictAboutTodoAnnotatedTests from PHPUnit configuration](https://github.com/doctrine/dbal/pull/6503) thanks to @morozov - [6499: PHPUnit 10.5.30](https://github.com/doctrine/dbal/pull/6499) thanks to @derrabus - [6497: Remove obsolete PHP version check](https://github.com/doctrine/dbal/pull/6497) thanks to @derrabus #### Static Analysis - [6500: Psalm 5.25.0](https://github.com/doctrine/dbal/pull/6500) thanks to @derrabus
-
3.9.1
d7dc08f9 · ·### Release Notes for [3.9.1](https://github.com/doctrine/dbal/milestone/160) ### 3.9.1 - Total issues resolved: **0** - Total pull requests resolved: **5** - Total contributors: **3** #### Documentation - [6514: fix typo in docs](https://github.com/doctrine/dbal/pull/6514) thanks to @Lynnaut #### Test Suite - [6508: Use generators for large data providers](https://github.com/doctrine/dbal/pull/6508) thanks to @derrabus #### Static Analysis - [6507: PHPStan 1.12](https://github.com/doctrine/dbal/pull/6507) thanks to @derrabus - [6498: PHPStan 1.11.10](https://github.com/doctrine/dbal/pull/6498) thanks to @derrabus CI -- - [6501: Try removing quotes](https://github.com/doctrine/dbal/pull/6501) thanks to @greg0ire
-
-
-
-
-
4.1.0
2377cd41 · ·### Release Notes for [4.1.0](https://github.com/doctrine/dbal/milestone/148) ### 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](https://github.com/doctrine/dbal/pull/6495) thanks to @derrabus #### Bug,PostgreSQL,Schema Comparison - [6490: Ensure PostgreSQL field length change is executed again](https://github.com/doctrine/dbal/pull/6490) thanks to @sbuerk #### Deprecation,New Feature,Schema Management - [6482: Add deprecation layer for TableDiff methods](https://github.com/doctrine/dbal/pull/6482) thanks to @derrabus #### Test Suite - [6481: Fix tests](https://github.com/doctrine/dbal/pull/6481) thanks to @derrabus #### New Feature,Type Mapping,Types - [6471: Add SmallFloat type](https://github.com/doctrine/dbal/pull/6471) thanks to @berkut1 #### Improvement,QueryBuilder - [6439: Default to distinct union queries](https://github.com/doctrine/dbal/pull/6439) thanks to @derrabus #### Deprecation,Drivers,New Feature,Results - [6428: Add the Result::getColumnName method](https://github.com/doctrine/dbal/pull/6428) thanks to @stof #### Improvement - [6376: Remove internal flag on DriverException](https://github.com/doctrine/dbal/pull/6376) thanks to @gitomato - [6326: Remove redundant variable](https://github.com/doctrine/dbal/pull/6326) thanks to @michalbundyra #### New Feature,QueryBuilder - [6369: Add `QueryBuilder` support for `UNION` clause](https://github.com/doctrine/dbal/pull/6369) thanks to @sbuerk #### Deprecation,MariaDB,MySQL,Platforms - [6343: Deprecate MariaDB 10.4 and MySQL 5.7 support](https://github.com/doctrine/dbal/pull/6343) thanks to @derrabus #### Static Analysis - [6301: Establish link between isConnected() and _conn](https://github.com/doctrine/dbal/pull/6301) thanks to @greg0ire #### New Feature,Schema Management - [6280: Add explicit renameColumn method](https://github.com/doctrine/dbal/pull/6280) thanks to @Tofandel
-
3.9.0
d8f68ea6 · ·### Release Notes for [3.9.0](https://github.com/doctrine/dbal/milestone/147) ### 3.9.0 - Total issues resolved: **0** - Total pull requests resolved: **8** - Total contributors: **6** #### Documentation - [6494: Document the new PostgreSQL120Platform](https://github.com/doctrine/dbal/pull/6494) thanks to @derrabus - [6492: Prepare 3.9.0 and 4.1.0](https://github.com/doctrine/dbal/pull/6492) thanks to @derrabus #### Bug,SQL Server,Schema Introspection - [6463: Add DBTypes that are missing for TypeMapping](https://github.com/doctrine/dbal/pull/6463) thanks to @patrick1100 #### Improvement,MariaDB,Platforms - [6434: Add MariaDb1010Platform for fetchTableOptionsByTable](https://github.com/doctrine/dbal/pull/6434) thanks to @grooverdan #### Improvement,MySQL,Reserved Keywords - [6408: MySQL 8.4 removed keywords](https://github.com/doctrine/dbal/pull/6408) thanks to @wmouwen - [6385: MySQL 8.4 Platform](https://github.com/doctrine/dbal/pull/6385) thanks to @wmouwen #### Bug,SQL Server - [6389: Fix condition on Ascii String for SQL Server](https://github.com/doctrine/dbal/pull/6389) thanks to @Yovach #### Bug,PostgreSQL,Schema Introspection - [6199: Stop considering generated column definition as being its default value](https://github.com/doctrine/dbal/pull/6199) thanks to @allan-simon
-
-
-