This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-db 2.9.1
weierophinney
released this
07 Dec 15:55
·
265 commits
to master
since this release
Added
- Nothing.
Changed
-
#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.