Skip to content

Releases: doctrine/dbal

v2.5.12

08 Feb 12:58
Compare
Choose a tag to compare

Build Status

This release fixes some regressions introduced in OracleDB support in 2.5.11.
Specifically, closing a cursor caused an ORA-01002 exception to be raised
in some scenarios.

Further fixes include:

  • support for dropping "in use" databases in OracleDB and SQL Server (must disconnect first)
  • corrections in how the last insert ID is fetched on SQL Server
  • re-use of parameters bound to an sqlsrv statement via bindValue()

Total issues resolved: 8

v2.5.11

04 Feb 21:45
v2.5.11
Compare
Choose a tag to compare

v2.5.10

23 Jan 23:24
Compare
Choose a tag to compare

Build Status

This release fixes:

  • some PHP 5.3 compatibility issues that caused the test suite to fail
    for the previous release
  • index renaming for indexes that had particular assigned options, and
    that were being added rather than renamed or recreated under a different
    name
  • date and datetimetz OracleDB type introspection: these two types
    were incorrectly recognized as datetime

Total issues resolved: 4

v2.5.9

19 Jan 13:45
v2.5.9
Compare
Choose a tag to compare

Build Status

This release fixes an issue with type information passed to Connection#update(),
which was incorrectly handled if the updated columns and the identifier columns
had equivalent keys.

Also, the generated current date and time SQL expressions for SQL Server were fixed.

Total issues resolved: 4

v2.5.8

17 Jan 21:16
v2.5.8
Compare
Choose a tag to compare

Build Status

This release fixes some issues around LIMIT/OFFSET handling in DB2, OracleDB, SQL Server:

  • Allowing LIMIT/OFFSET modification without LIMIT on OracleDB
  • Allowing LIMIT/OFFSET modification with OFFSET = 0 on DB2
  • Avoiding an accidental infinite loop in LIMIT/OFFSET modification on SQL Server

Total issues resolved: 4

v2.5.7

14 Jan 23:10
v2.5.7
Compare
Choose a tag to compare

v2.5.6

12 Jan 18:38
v2.5.6
Compare
Choose a tag to compare

Build Status

Total issues resolved: 1

v2.5.5

09 Sep 19:47
v2.5.5
Compare
Choose a tag to compare

Build Status

Total issues resolved: 40

v2.5.4

v2.4.5