github doctrine/dbal 3.10.2

latest release: 4.3.3
15 hours ago

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

Don't miss a new dbal release

NewReleases is sending notifications on new releases.