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

zend-db 2.11.0

Latest
Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 31 Dec 19:45
· 5 commits to master since this release
release-2.11.0
71626f9

Added

  • #336 adds InsertIgnore class for "INSERT IGNORE" usage (usable in MySQL platform).

  • #356 adds support for IN (NULL) for empty value-set.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #146 fixes setting correct value for lastInsertValue pre-insert in SequenceFeature.