Skip to content

4.2.0

Compare
Choose a tag to compare
@joshmcrae joshmcrae released this 07 Feb 02:12
· 6 commits to master since this release
b5fc6aa

Enhancements:

  • Added additional condition methods Table::notLike(), Table::between() and Table::notBetween().
  • Added Table::joinSubquery() for joins using a subquery.

Fixes:

  • Implemented correct handling of aggregate conditions (HAVING) in subqueries.