Tags

Tags give the ability to mark specific points in history as being important
  • 3.6.1

    ### Release Notes for [3.6.1](https://github.com/doctrine/dbal/milestone/129)
    
    ### 3.6.1
    
    - Total issues resolved: **0**
    - Total pull requests resolved: **11**
    - Total contributors: **6**
    
    #### Documentation
    
     - [5947: Add 3.7.x branch](https://github.com/doctrine/dbal/pull/5947) thanks to @derrabus
     - [5923: Fix comment](https://github.com/doctrine/dbal/pull/5923) thanks to @HypeMC
     - [5919: [Docs] fixes count typo at Driver usage](https://github.com/doctrine/dbal/pull/5919) thanks to @mvhirsch
    
    #### Test Suite
    
     - [5943: PHPUnit 9.6.4](https://github.com/doctrine/dbal/pull/5943) thanks to @derrabus
    
    #### Bug,Prepared Statements,pgsql
    
     - [5942: Support resources as parameters with pgsql](https://github.com/doctrine/dbal/pull/5942) thanks to @derrabus
    
    #### Static Analysis
    
     - [5935: PHPStan 1.10.3, PHP Code Sniffer 3.7.2](https://github.com/doctrine/dbal/pull/5935) thanks to @derrabus
     - [5933: [SCA] Update requirement for "phpstan/phpstan"](https://github.com/doctrine/dbal/pull/5933) thanks to @phansys
     - [5932: PHPStan 1.10](https://github.com/doctrine/dbal/pull/5932) thanks to @derrabus
    
    #### Bug,PHP
    
     - [5930: Fixes PHP initialization error](https://github.com/doctrine/dbal/pull/5930) thanks to @aimeos
    
    #### CI,IBM DB2,ibm_db2
    
     - [5925: [CI] Test "ibm_db2" driver against PHP 8.x](https://github.com/doctrine/dbal/pull/5925) thanks to @phansys
    
    #### Bug,PostgreSQL,Schema Management
    
     - [5800: Ensure the pg_depend relation is for a table object](https://github.com/doctrine/dbal/pull/5800) thanks to @allenisalai
    
  • debian/3.6.0+dfsg-1

    php-doctrine-dbal Debian release 3.6.0+dfsg-1
    
  • debian/4.0.0_beta2+dfsg-1

    php-doctrine-dbal Debian release 4.0.0~beta2+dfsg-1
    
  • upstream/4.0.0_beta2+dfsg

    Upstream version 4.0.0~beta2+dfsg
    
  • upstream/3.6.0+dfsg

    Upstream version 3.6.0+dfsg
    
  • 3.6.0

    ### Release Notes for [3.6.0](https://github.com/doctrine/dbal/milestone/126)
    
    ### 3.6.0
    
    - Total issues resolved: **0**
    - Total pull requests resolved: **20**
    - Total contributors: **2**
    
    #### CI,MariaDB
    
     - [5913: Run tests with MariaDB 10.10](https://github.com/doctrine/dbal/pull/5913) thanks to @derrabus
    
    #### Drivers,Improvement,PostgreSQL,pgsql
    
     - [5908: Free pgsql results on destruct](https://github.com/doctrine/dbal/pull/5908) thanks to @derrabus
     - [5889: Optimize pgsql queries without parameters](https://github.com/doctrine/dbal/pull/5889) thanks to @derrabus
    
    #### Drivers,Improvement,PostgreSQL,Prepared Statements,pgsql
    
     - [5893: Deallocate prepared statements in destructor](https://github.com/doctrine/dbal/pull/5893) thanks to @derrabus
    
    #### Bug,Connections,PostgreSQL,pgsql
    
     - [5892: Close pgsql connection in destructor](https://github.com/doctrine/dbal/pull/5892) thanks to @derrabus
    
    #### Drivers,Error Handling,Improvement,PostgreSQL,pgsql
    
     - [5888: Raise exception if `pg_send_*()` calls fail](https://github.com/doctrine/dbal/pull/5888) thanks to @derrabus
    
    #### Documentation
    
     - [5878: Prepare release 3.6.0](https://github.com/doctrine/dbal/pull/5878) thanks to @derrabus
    
    #### Static Analysis
    
     - [5877: Use psalm-assert to get rid of `assert()` calls](https://github.com/doctrine/dbal/pull/5877) thanks to @derrabus
     - [5855: Reuse the Params type alias for getConnection()](https://github.com/doctrine/dbal/pull/5855) thanks to @derrabus
     - [5854: Test the return type of DriverManager::getAvailableDrivers()](https://github.com/doctrine/dbal/pull/5854) thanks to @MidnightDesign
     - [5853: Use a narrower return type for DriverManager::getAvailableDrivers()](https://github.com/doctrine/dbal/pull/5853) thanks to @MidnightDesign
    
    #### Deprecation,New Feature
    
     - [5876: Introduce the `SchemaManagerFactory` interface](https://github.com/doctrine/dbal/pull/5876) thanks to @derrabus
    
    #### Configuration,Connecting,New Feature,PHP
    
     - [5866: Flag parameters as sensitive if they could contain the database password](https://github.com/doctrine/dbal/pull/5866) thanks to @derrabus
    
     - [5856: Use narrower return types for convertTo*Value methods](https://github.com/doctrine/dbal/pull/5856) thanks to @MidnightDesign
    
    #### Test Suite
    
     - [5852: Remove database URLs from tests](https://github.com/doctrine/dbal/pull/5852) thanks to @derrabus
     - [5848: Fix test cases for URL parsing](https://github.com/doctrine/dbal/pull/5848) thanks to @derrabus
    
    #### Configuration,Deprecation,MariaDB,MySQL,Platform Detection
    
     - [5844: Trigger a deprecation for versions that will be parsed differently](https://github.com/doctrine/dbal/pull/5844) thanks to @derrabus
    
    #### Configuration,Connections,Deprecation,New Feature
    
     - [5843: Standalone DSN parser](https://github.com/doctrine/dbal/pull/5843) thanks to @derrabus
    
    #### Bug
    
     - [5842: Restore `Connection::ARRAY_PARAM_OFFSET`](https://github.com/doctrine/dbal/pull/5842) thanks to @derrabus
    
    #### Deprecation,Improvement,Prepared Statements
    
     - [5838: Introduce a `ArrayParameterType` enum](https://github.com/doctrine/dbal/pull/5838) thanks to @derrabus
    
  • 3.5.4

    ### Release Notes for [3.5.4](https://github.com/doctrine/dbal/milestone/128)
    
    ### 3.5.4
    
    - Total issues resolved: **0**
    - Total pull requests resolved: **10**
    - Total contributors: **4**
    
    CI
    --
    
     - [5910: Bump `laminas/automatic-releases` to 1.24.0](https://github.com/doctrine/dbal/pull/5910) thanks to @derrabus
    
    #### Test Suite
    
     - [5907: PHPUnit 9.6.3](https://github.com/doctrine/dbal/pull/5907) thanks to @derrabus
     - [5903: Use TestLogger instead of mocks](https://github.com/doctrine/dbal/pull/5903) thanks to @derrabus
     - [5899: PHPUnit 9.6.0](https://github.com/doctrine/dbal/pull/5899) thanks to @derrabus
    
    #### Bug,Connections,Drivers,PDO
    
     - [5890: Make PDO transaction methods throw `PDOException&DriverException`](https://github.com/doctrine/dbal/pull/5890) thanks to @maxm86545
    
    #### Static Analysis
    
     - [5883: Make sure only PDO parameter types are passed to PDO methods](https://github.com/doctrine/dbal/pull/5883) thanks to @derrabus
     - [5871: PHPStan 1.9.14](https://github.com/doctrine/dbal/pull/5871) thanks to @derrabus
     - [5862: Allow passing url to override params](https://github.com/doctrine/dbal/pull/5862) thanks to @keulinho
    
    #### Documentation
    
     - [5881: [Docs] Add IBM DB2 to `configuration.rst`](https://github.com/doctrine/dbal/pull/5881) thanks to @phansys
    
    #### Static Analysis,Test Suite
    
     - [5864: PHPStan 1.9.11, PHPUnit 9.5.28, Doctrine CS 11.1](https://github.com/doctrine/dbal/pull/5864) thanks to @derrabus
    
  • debian/3.5.3+dfsg-1

    php-doctrine-dbal Debian release 3.5.3+dfsg-1
    
  • upstream/3.5.3+dfsg

    Upstream version 3.5.3+dfsg
    
  • 3.5.3

    Release [3.5.3](https://github.com/doctrine/dbal/milestone/127)
    
    3.5.3
    =====
    
    - Total issues resolved: **0**
    - Total pull requests resolved: **5**
    - Total contributors: **3**
    
    Bug,Schema Comparison
    ---------------------
    
     - [5861: fix platform comparator issues when using compareTables](https://github.com/doctrine/dbal/pull/5861) thanks to @dmaicher
    
    Static Analysis
    ---------------
    
     - [5857: Formally allow `url` in `DriverManager::getConnection()`](https://github.com/doctrine/dbal/pull/5857) thanks to @someniatko
     - [5845: PHPStan 1.9.4](https://github.com/doctrine/dbal/pull/5845) thanks to @derrabus
    
    Bug
    ---
    
     - [5851: Allow to explicitly set the wrapper class to the default one](https://github.com/doctrine/dbal/pull/5851) thanks to @derrabus
    
    Documentation
    -------------
    
     - [5840: Update Branch metadata](https://github.com/doctrine/dbal/pull/5840) thanks to @derrabus
    
  • debian/3.5.2+dfsg-1

    php-doctrine-dbal Debian release 3.5.2+dfsg-1
    
  • upstream/3.5.2+dfsg

    Upstream version 3.5.2+dfsg
    
  • 3.5.2

    Release [3.5.2](https://github.com/doctrine/dbal/milestone/125)
    
    3.5.2
    =====
    
    - Total issues resolved: **0**
    - Total pull requests resolved: **8**
    - Total contributors: **2**
    
    Static Analysis
    ---------------
    
     - [5834: Document tuple return type of `generateCacheKeys()`](https://github.com/doctrine/dbal/pull/5834) thanks to @derrabus
     - [5807: PHPStan 1.9.1](https://github.com/doctrine/dbal/pull/5807) thanks to @derrabus
    
    Static Analysis,Test Suite
    --------------------------
    
     - [5828: Bump tools and workflows](https://github.com/doctrine/dbal/pull/5828) thanks to @derrabus
     - [5806: Bump dev tools](https://github.com/doctrine/dbal/pull/5806) thanks to @derrabus
    
    Test Suite
    ----------
    
     - [5810: Merge tests for fetch behavior of freed results](https://github.com/doctrine/dbal/pull/5810) thanks to @derrabus
    
    Documentation
    -------------
    
     - [5801: Remove unwanted suffix](https://github.com/doctrine/dbal/pull/5801) thanks to @greg0ire
    
    Bug,sqlite3
    -----------
    
     - [5799: Fix typo in exception message](https://github.com/doctrine/dbal/pull/5799) thanks to @derrabus
    
    CI,MariaDB
    ----------
    
     - [5798: Run tests with MariaDB 10.9](https://github.com/doctrine/dbal/pull/5798) thanks to @derrabus
    
  • debian/4.0.0_beta1+dfsg-1

    php-doctrine-dbal Debian release 4.0.0~beta1+dfsg-1
    
  • debian/3.5.1+dfsg-1

    php-doctrine-dbal Debian release 3.5.1+dfsg-1
    
  • upstream/3.5.1+dfsg

    Upstream version 3.5.1+dfsg
    
  • 3.5.1

    Release [3.5.1](https://github.com/doctrine/dbal/milestone/123)
    
    3.5.1
    =====
    
    - Total issues resolved: **0**
    - Total pull requests resolved: **1**
    - Total contributors: **1**
    
    Bug,Regression
    --------------
    
     - [5795: Revert "Clean up MySQL version detection logic"](https://github.com/doctrine/dbal/pull/5795) thanks to @greg0ire
    
  • upstream/4.0.0_beta1+dfsg

    Upstream version 4.0.0~beta1+dfsg
    
  • debian/3.5.0+dfsg-1

    php-doctrine-dbal Debian release 3.5.0+dfsg-1