This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-db 2.8.2
mwillbanks
released this
09 Aug 19:36
·
578 commits
to master
since this release
Added
- #110 prepared the
documentation for publication at https://zendframework.github.io/zend-db/ - #114 add
Adapter\Adapter::class to alias against Adapter\AdapterInterface::class
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #154 fixes the how the
COMBINE operator is applied to SQLite adapters, ensuring a valid UNION
statement is generated. - #112 fixes the test on
the number of replacements when using the same variable name. - #115 TableGateway update
method was incorrect when specifying default join declaration. - #145 Fix MSSQL Select
when encounting DISTINCT and OFFSET and LIMIT together. - #153 Runtime exception
threw fatal error due to incorrect spelling of the class when a DSN did not
exist.