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

Tags: zendframework/zend-db

Tags

release-2.11.0

Toggle release-2.11.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michalbundyra Michał Bundyra
zend-db 2.11.0

Added
-----

- [#336](#336) adds `InsertIgnore` class for "INSERT IGNORE" usage (usable in `MySQL` platform).

- [#356](#356) adds support for `IN (NULL)` for empty value-set.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#146](#146) fixes setting correct value for `lastInsertValue` pre-insert in `SequenceFeature`.

release-2.10.1

Toggle release-2.10.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michalbundyra Michał Bundyra
zend-db 2.10.1

Added
-----

- Nothing.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#382](#382) fixes `Zend\Db\Sql\Expression` to allow `0` value for parameter.

- [#395](#395) fixes PHP 7.4 compatibility.

- [#392](#392) fixes `MetadataFeature` to work with `TableIdentifier`.

- [#399](#399) fixes accessing constraint metadata within the Oracle adapter.

- [#375](#375) fixes detecting number of replacements in `Zend\Db\Sql\Expression`.

- [#377](#377) allows any `AdapterInterface` instance in `RowGateway`.

- [#342](#342) fixes deleting from aliased tables.

- [#386](#386) fixes too strongly casting integer parameters in PDO adapter.

release-2.10.0

Toggle release-2.10.0's commit message
release 2.10.0

release-2.9.3

Toggle release-2.9.3's commit message
Release 2.9.3

release-2.9.2

Toggle release-2.9.2's commit message
zend-db 2.9.2

Added
-----

- Nothing.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#292](#292) ensures that you may
  reference bound parameter names using a leading colon (`:`) character when
  using the PDO adapter. (The leading colon is not technically necessary, as the
  adapter will prefix for you; however, this ensures portability with vanilla
  PDO.)

release-2.9.1

Toggle release-2.9.1's commit message
zend-db 2.9.1

Added
-----

- Nothing.

Changed
-------

- [#289](#289) reverts a change
  introduced in 2.9.0 and modifies the behavior of the PDO adapter slightly
  to remove a regression. In 2.9.0, when binding parameters with names that
  contained characters not supported by PDO, we would pass the parameter names
  to `md5()`; this caused a regression, as the SQL string containing the
  parameter name was not also updated.

  This patch modifies the behavior during a bind-operation to instead raise an
  exception if a parameter name contains characters not supported by PDO.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

release-2.4.13

Toggle release-2.4.13's commit message
zend-db 2.4.13

release-2.4.12

Toggle release-2.4.12's commit message
zend-db 2.4.12

release-2.4.11

Toggle release-2.4.11's commit message
zend-db 2.4.11