packagist doctrine/dbal 2.11.0
Release 2.11.0

latest releases: 5.0.x-dev, 4.1.x-dev, 4.0.x-dev...
3 years ago

Release 2.11.0

Build Status

This release focuses on deprecating the functionality identified for removal in the next major release and adds a few improvements.

Changes in fetching data from prepared statements

The previous API was inherited from PDO and allowed to specify the fetch mode by passing ones of the FetchMode constants to the fetch*() methods of the Statement interface. Now, there is a dedicated method for each of the modes.

Added ASCII parameter binding

For those database platforms that support columns of the ASCII character set (currently, SQL Server), it is now possible to bind the corresponding prepared statement parameters using the ASCII parameter type and avoid unnecessary value conversion.

Note that PHP 7.3 is now the minimum supported PHP version.

  • Total issues resolved: 7
  • Total pull requests resolved: 55
  • Total contributors: 8

Deprecations

Improvements in Prepared Statements

Driver Improvements

Improvements in CLI Tools

Improvements in QueryBuilder

Error Handling Improvements

Static Analysis Improvements

Other Changes

Don't miss a new dbal release

NewReleases is sending notifications on new releases.