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

zend-db 2.8.0

Compare
Choose a tag to compare
@weierophinney 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 all Zend\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 the AdapterInterface to the AdapterServiceFactory, and enables the AdapterAbstractServiceFactory.
    • Zend\Db\Module, which does the same, for a zend-mvc context.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.