Skip to content

Tags: patrick1100/dbal

Tags

3.6.6

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [3.6.6](https://github.com/doctrine/dbal/milest…

…one/136)

### 3.6.6

- Total issues resolved: **0**
- Total pull requests resolved: **8**
- Total contributors: **4**

#### Bug

 - [6132: fix: don't trigger deprecation if called internally](doctrine#6132) thanks to @dkarlovi

#### Static Analysis

 - [6131: PHPStan 1.10.29](doctrine#6131) thanks to @derrabus
 - [6116: PHPStan 1.10.26](doctrine#6116) thanks to @derrabus

#### Documentation

 - [6119: Fix a typo and a space](doctrine#6119) thanks to @williamdes

#### CI,MySQL

 - [6118: Run tests with MySQL 8.1](doctrine#6118) thanks to @derrabus

#### Bug,Schema,Schema Comparison

 - [6113: Fix self deprecation from getCustomSchemaOptions](doctrine#6113) thanks to @VincentLanglet

#### Code Style

 - [6111: Pin Slevomat Coding Standard](doctrine#6111) thanks to @derrabus

#### Bug,Schema Management

 - [6108: Avoid self deprecation about listTableColumn](doctrine#6108) thanks to @VincentLanglet

3.6.5

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [3.6.5](https://github.com/doctrine/dbal/milest…

…one/135)

### 3.6.5

- Total issues resolved: **0**
- Total pull requests resolved: **5**
- Total contributors: **4**

#### Bug,Prepared Statements,ibm_db2

 - [6093: Fix blob binding overwrite on DB2](doctrine#6093) thanks to @melekhovets

#### Bug

 - [6086: Use Deprecation::triggerIfCalledFromOutside in listTableDetails](doctrine#6086) thanks to @Aweptimum

#### Documentation

 - [6077: Document alternative to Type::getName](doctrine#6077) thanks to @Tofandel

#### Static Analysis,Test Suite

 - [6073: PHPStan 1.10.21, PHPUnit 9.6.9, JetBrains Stubs 2023.1](doctrine#6073) thanks to @derrabus

#### Bug,SQL Server,Schema Introspection,Schema Management

 - [6072: Fix binding unused parameter](doctrine#6072) thanks to @derrabus

3.6.4

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [3.6.4](https://github.com/doctrine/dbal/milest…

…one/134)

### 3.6.4

- Total issues resolved: **0**
- Total pull requests resolved: **3**
- Total contributors: **3**

#### Bug,Platforms

 - [6064: trigger if called outside for AbstractPlatform::supportsCreateDropDatabase](doctrine#6064) thanks to @dmaicher

#### CI,PHP

 - [6060: Run tests with PHP 8.3](doctrine#6060) thanks to @derrabus

#### Bug,Schema

 - [6053: Fix deprecation layer in Table](doctrine#6053) thanks to @nicolas-grekas

3.6.3

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [3.6.3](https://github.com/doctrine/dbal/milest…

…one/133)

### 3.6.3

- Total issues resolved: **0**
- Total pull requests resolved: **6**
- Total contributors: **4**

#### Bug

 - [6051: Reference the right argument](doctrine#6051) thanks to @greg0ire

#### Documentation

 - [6036: Gender Neutral Language](doctrine#6036) thanks to @edent
 - [6032: Note on bindValue positional needle](doctrine#6032) thanks to @edent
 - [6011: &doctrine#91;docs&doctrine#93; Fix anchor text at `types.rst`](doctrine#6011) thanks to @phansys

#### Static Analysis,Test Suite

 - [6030: PHPStan 1.10.14, PHPUnit 9.6.7](doctrine#6030) thanks to @derrabus

#### Code Style

 - [6029: Doctrine Coding Standard 12](doctrine#6029) thanks to @derrabus

3.6.2

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [3.6.2](https://github.com/doctrine/dbal/milest…

…one/132)

### 3.6.2

- Total issues resolved: **0**
- Total pull requests resolved: **14**
- Total contributors: **5**

#### Bug,Configuration,DSN Parser

 - [6009: Fix normalizer regex at `DsnParser::parse()`](doctrine#6009) thanks to @phansys

#### Documentation

 - [6008: fix: @links in comment in Column](doctrine#6008) thanks to @simPod
 - [5987: Fix reference to removed DATE&doctrine#95;INTERVAL&doctrine#95;UNIT&doctrine#95;* constants](doctrine#5987) thanks to @derrabus
 - [5973: Fix typo](doctrine#5973) thanks to @OskarStark
 - [5971: Document the `serverVersion` option in a forward-compatible manner](doctrine#5971) thanks to @derrabus
 - [5952: &doctrine#91;Docs&doctrine#93; Update database list and vendors](doctrine#5952) thanks to @phansys

#### Bug,Packaging

 - [5999: Ignore `static-analysis/` in git archives](doctrine#5999) thanks to @phansys

#### Static Analysis

 - [5986: Improve Params array shape documentation](doctrine#5986) thanks to @derrabus

#### Static Analysis,Test Suite

 - [5982: PHPUnit 9.6.6, PHPStan 1.10.9](doctrine#5982) thanks to @derrabus

#### Bug,Connections,Replication

 - [5981: For PrimaryReadReplicaConnection passthrough primary server version](doctrine#5981) thanks to @jdelaune

#### CI,MariaDB

 - [5960: Run tests against MariaDB 10.11](doctrine#5960) thanks to @derrabus

#### PostgreSQL,Test Suite

 - [5955: Skip test on Postgres 10/11](doctrine#5955) thanks to @derrabus

#### CI,IBM DB2

 - [5951: &doctrine#91;CI&doctrine#93; Update Docker image location for IBM DB2](doctrine#5951) thanks to @phansys

#### CI,ibm_db2

 - [5949: Leverage "shivammathur/setup-php" action for "ibm&doctrine#95;db2" extension install](doctrine#5949) thanks to @phansys

3.6.1

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [3.6.1](https://github.com/doctrine/dbal/milest…

…one/129)

### 3.6.1

- Total issues resolved: **0**
- Total pull requests resolved: **11**
- Total contributors: **6**

#### Documentation

 - [5947: Add 3.7.x branch](doctrine#5947) thanks to @derrabus
 - [5923: Fix comment](doctrine#5923) thanks to @HypeMC
 - [5919: &doctrine#91;Docs&doctrine#93; fixes count typo at Driver usage](doctrine#5919) thanks to @mvhirsch

#### Test Suite

 - [5943: PHPUnit 9.6.4](doctrine#5943) thanks to @derrabus

#### Bug,Prepared Statements,pgsql

 - [5942: Support resources as parameters with pgsql](doctrine#5942) thanks to @derrabus

#### Static Analysis

 - [5935: PHPStan 1.10.3, PHP Code Sniffer 3.7.2](doctrine#5935) thanks to @derrabus
 - [5933: &doctrine#91;SCA&doctrine#93; Update requirement for "phpstan/phpstan"](doctrine#5933) thanks to @phansys
 - [5932: PHPStan 1.10](doctrine#5932) thanks to @derrabus

#### Bug,PHP

 - [5930: Fixes PHP initialization error](doctrine#5930) thanks to @aimeos

#### CI,IBM DB2,ibm_db2

 - [5925: &doctrine#91;CI&doctrine#93; Test "ibm&doctrine#95;db2" driver against PHP 8.x](doctrine#5925) thanks to @phansys

#### Bug,PostgreSQL,Schema Management

 - [5800: Ensure the pg&doctrine#95;depend relation is for a table object](doctrine#5800) thanks to @allenisalai

4.0.0-beta2

Merge branch '3.6.x' into 4.0.x

* 3.6.x:
  Run tests with MariaDB 10.10
  Prepare 3.6.0

3.6.0

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [3.6.0](https://github.com/doctrine/dbal/milest…

…one/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](doctrine#5913) thanks to @derrabus

#### Drivers,Improvement,PostgreSQL,pgsql

 - [5908: Free pgsql results on destruct](doctrine#5908) thanks to @derrabus
 - [5889: Optimize pgsql queries without parameters](doctrine#5889) thanks to @derrabus

#### Drivers,Improvement,PostgreSQL,Prepared Statements,pgsql

 - [5893: Deallocate prepared statements in destructor](doctrine#5893) thanks to @derrabus

#### Bug,Connections,PostgreSQL,pgsql

 - [5892: Close pgsql connection in destructor](doctrine#5892) thanks to @derrabus

#### Drivers,Error Handling,Improvement,PostgreSQL,pgsql

 - [5888: Raise exception if `pg&doctrine#95;send&doctrine#95;*()` calls fail](doctrine#5888) thanks to @derrabus

#### Documentation

 - [5878: Prepare release 3.6.0](doctrine#5878) thanks to @derrabus

#### Static Analysis

 - [5877: Use psalm-assert to get rid of `assert()` calls](doctrine#5877) thanks to @derrabus
 - [5855: Reuse the Params type alias for getConnection()](doctrine#5855) thanks to @derrabus
 - [5854: Test the return type of DriverManager::getAvailableDrivers()](doctrine#5854) thanks to @MidnightDesign
 - [5853: Use a narrower return type for DriverManager::getAvailableDrivers()](doctrine#5853) thanks to @MidnightDesign

#### Deprecation,New Feature

 - [5876: Introduce the `SchemaManagerFactory` interface](doctrine#5876) thanks to @derrabus

#### Configuration,Connecting,New Feature,PHP

 - [5866: Flag parameters as sensitive if they could contain the database password](doctrine#5866) thanks to @derrabus

 - [5856: Use narrower return types for convertTo*Value methods](doctrine#5856) thanks to @MidnightDesign

#### Test Suite

 - [5852: Remove database URLs from tests](doctrine#5852) thanks to @derrabus
 - [5848: Fix test cases for URL parsing](doctrine#5848) thanks to @derrabus

#### Configuration,Deprecation,MariaDB,MySQL,Platform Detection

 - [5844: Trigger a deprecation for versions that will be parsed differently](doctrine#5844) thanks to @derrabus

#### Configuration,Connections,Deprecation,New Feature

 - [5843: Standalone DSN parser](doctrine#5843) thanks to @derrabus

#### Bug

 - [5842: Restore `Connection::ARRAY&doctrine#95;PARAM&doctrine#95;OFFSET`](doctrine#5842) thanks to @derrabus

#### Deprecation,Improvement,Prepared Statements

 - [5838: Introduce a `ArrayParameterType` enum](doctrine#5838) thanks to @derrabus

3.5.4

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [3.5.4](https://github.com/doctrine/dbal/milest…

…one/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](doctrine#5910) thanks to @derrabus

#### Test Suite

 - [5907: PHPUnit 9.6.3](doctrine#5907) thanks to @derrabus
 - [5903: Use TestLogger instead of mocks](doctrine#5903) thanks to @derrabus
 - [5899: PHPUnit 9.6.0](doctrine#5899) thanks to @derrabus

#### Bug,Connections,Drivers,PDO

 - [5890: Make PDO transaction methods throw `PDOException&DriverException`](doctrine#5890) thanks to @maxm86545

#### Static Analysis

 - [5883: Make sure only PDO parameter types are passed to PDO methods](doctrine#5883) thanks to @derrabus
 - [5871: PHPStan 1.9.14](doctrine#5871) thanks to @derrabus
 - [5862: Allow passing url to override params](doctrine#5862) thanks to @keulinho

#### Documentation

 - [5881: &doctrine#91;Docs&doctrine#93; Add IBM DB2 to `configuration.rst`](doctrine#5881) thanks to @phansys

#### Static Analysis,Test Suite

 - [5864: PHPStan 1.9.11, PHPUnit 9.5.28, Doctrine CS 11.1](doctrine#5864) thanks to @derrabus

3.5.3

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
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](doctrine#5861) thanks to @dmaicher

Static Analysis
---------------

 - [5857: Formally allow `url` in `DriverManager::getConnection()`](doctrine#5857) thanks to @someniatko
 - [5845: PHPStan 1.9.4](doctrine#5845) thanks to @derrabus

Bug
---

 - [5851: Allow to explicitly set the wrapper class to the default one](doctrine#5851) thanks to @derrabus

Documentation
-------------

 - [5840: Update Branch metadata](doctrine#5840) thanks to @derrabus