This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-db 2.8.0
weierophinney
released this
12 Apr 16:05
·
644 commits
to master
since this release
Added
- #92 adds the class
Zend\Db\Sql\Join
for creating and aggregating JOIN specifications. This is now consumed by allZend\Db\Sql
implementations in order to represent JOIN statements. - #92 adds support for JOIN operations to UPDATE statements.
- #92 adds support for joins to
AbstractTableGateway::update
; you can now pass an array of specifications via a third argument to the method. - #96 exposes the package as config-provider/component, but adding:
Zend\Db\ConfigProvider
, which maps theAdapterInterface
to theAdapterServiceFactory
, and enables theAdapterAbstractServiceFactory
.Zend\Db\Module
, which does the same, for a zend-mvc context.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.