Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Releases: zendframework/zend-db

zend-db 2.7.1

12 Apr 15:17
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #71 updates the Pgsql adapter to allow passing the connection charset; this can be done with the charset option when creating your adapter.
  • #76 fixes the behavior of Zend\Db\Sql\Insert when an array of names is used for columns to ensure the string names are used, and not the array indices.
  • #91 fixes the behavior of the Oci8 adapter when initializing a result set; previously, it was improperly assigning the count of affected rows to the generated value.
  • #95 fixes the IbmDb2 platform's quoteIdentifier() method to properly allow # characters in identifiers (as they are commonly used on that platform).

zend-db 2.7.0

22 Feb 18:20
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #85 and #87 update the code base to be forwards compatible with:
    • zend-eventmanager v3
    • zend-hydrator v2.1
    • zend-servicemanager v3
    • zend-stdlib v3

release-2.6.2

09 Dec 21:23
Compare
Choose a tag to compare

Added

  • #49 Add docbook
    documentation.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #55 Implement FeatureSet
    canCallMagicCall and callMagicCall methods
  • #56
    AbstractResultSet::current now does validation to ensure an array.
  • #58 Fix unbuffered result
    on MySQLi.
  • #59 Allow unix_socket
    parameter

release-2.6.1

14 Oct 20:32
Compare
Choose a tag to compare

2.6.1 - 2015-10-14

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #31 fixes table gateway
    update when there is a table alias utilized.