Skip to content

v2.0.0-alpha4 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@cbornhoft cbornhoft released this 28 Sep 12:54
· 114 commits to master since this release
5c6fdc5

This is a pre-release! Use at your own risk!

Features

  • OR statements in WHERE clauses are now supported!
  • Named parameters are now supported in Update::set()
  • Arrays given to the parameters field in where() will now build correctly (id IN (?, ?, ?) -> [1, 2, 3])

Code Improvements

  • WHERE now has its own method for query building

Miscellaneous

  • Added associated tests