Skip to content

Releases: doctrine/dbal

4.4.2

26 Feb 12:20
4.4.2

Choose a tag to compare

Release Notes for 4.4.2

4.4.2

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3

Test Suite

Bug,Error Handling,Transactions,mysqli

Bug,Default Values,Schema Definition,Schema Introspection

Bug,Columns,Schema Definition

Changes from lower branches

3.10.5

26 Feb 12:17
3.10.5
95d8486

Choose a tag to compare

4.4.1

04 Dec 10:12
4.4.1
3d54447

Choose a tag to compare

Release Notes for 4.4.1

4.4.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug,Transactions

4.4.0

29 Nov 12:19
4.4.0

Choose a tag to compare

Release Notes for 4.4.0

4.4.0

  • Total issues resolved: 0
  • Total pull requests resolved: 23
  • Total contributors: 5

Improvement,MariaDB,MySQL,Schema Comparison,Schema Definition

Schema Management,Test Suite

Default Values,Deprecation,Improvement,Schema Definition

Deprecation,Schema Definition

SQLite,Schema Management

Deprecation,Foreign Keys,Schema Comparison,Schema Management

Documentation,Foreign Keys,Schema Management

Deprecation,Improvement,Schema Introspection

Bug,Schema Comparison,Schema Management

Bug,Deprecation,Foreign Keys,Schema Definition

Deprecation,Schema Comparison

Deprecation,Improvement

Deprecation,Improvement,Schema Definition

Improvement,Schema Definition

Deprecation,Schema

Deprecation,Identifiers

Documentation

New Feature,Type Conversion,Types

Bug,Configuration,Deprecation,oci8,pdo_oci

New Feature,QueryBuilder

New Feature,Schema Definition

4.3.5

29 Nov 11:30
4.3.5

Choose a tag to compare

Release Notes for 4.3.5

4.3.5

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

CI

MySQL,Prepared Statements,Regression,SQL Parser

Changes from older releases

  • This release contains all the changes of the 3.10.4 release.

3.10.4

29 Nov 11:15
3.10.4
63a46cb

Choose a tag to compare

4.3.4

09 Oct 11:59
4.3.4

Choose a tag to compare

Release Notes for 4.3.4

4.3.4

  • Total issues resolved: 1
  • Total pull requests resolved: 4
  • Total contributors: 3

Bug,PHP,Types

Drivers,Test Suite

Documentation,Schema Definition

Bug,Identifiers,Schema Introspection

3.10.3

09 Oct 11:49
3.10.3
65edaca

Choose a tag to compare

4.3.3

04 Sep 23:59
4.3.3

Choose a tag to compare

Release Notes for 4.3.3

4.3.3

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Documentation

Changes from Lower Branches

This release contains all changes of the 3.10.2 release.

3.10.2

04 Sep 23:54
3.10.2
c6c16cf

Choose a tag to compare

Release Notes for 3.10.2

3.10.2

  • Total issues resolved: 0
  • Total pull requests resolved: 12
  • Total contributors: 4

Backport: PDO subclasses on PHP 8.4+

This release contains a backport of a feature shipped with DBAL 4.2 originally. This was necessary because of deprecations introduced in PHP 8.5.

On PHP 8.4, if you call getNativeConnection() on a connection established through one of the PDO drivers, you will get an instance of the new PDO subclasses, e.g. Pdo\Mysql or Pdo\Pgsql instead of just PDO.

Bugfixes

CI Improvements

Code Style

Static Analysis

Test Suite