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

zend-db 2.9.3

Compare
Choose a tag to compare
@ezimuel ezimuel released this 09 Apr 13:57
· 197 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #295 fix error when datasource passed to AbstractResultSet::initialize() is empty array at PHP 7.2 environment

  • #300 fix error for nested queries inside field parameters

  • #301 fix for issue with set fields that exists in different tables in one query

  • #304 fix PDO bind parameter name to use field name with extended charset (PDO only supports alphanumeric and underscore for placeholder/parameter names)