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

zf-doctrine-querybuilder 1.6.0

Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 17 Jan 13:08
· 37 commits to master since this release
1.6.0

Added

  • #42 adds leftjoin ORM query type.

  • #44 adds support for PHP 7.2.

Changed

  • #38 changes methods visibility in Query Providers to protected:
    • getConfig()
    • getFilterManager()
    • getOrderByManager()

Deprecated

  • Nothing.

Removed

  • #44 removes support for HHVM.

Fixed

  • #40 fixes ODM isnull and isnotnull query filters to give correct result with nullable fields.