This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-db 2.10.1
michalbundyra
released this
31 Dec 17:56
·
47 commits
to master
since this release
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#382 fixes
Zend\Db\Sql\Expression
to allow0
value for parameter. -
#395 fixes PHP 7.4 compatibility.
-
#392 fixes
MetadataFeature
to work withTableIdentifier
. -
#399 fixes accessing constraint metadata within the Oracle adapter.
-
#375 fixes detecting number of replacements in
Zend\Db\Sql\Expression
. -
#377 allows any
AdapterInterface
instance inRowGateway
. -
#342 fixes deleting from aliased tables.
-
#386 fixes too strongly casting integer parameters in PDO adapter.