Skip to content

v0.9.2

Compare
Choose a tag to compare
@josephmancuso josephmancuso released this 17 Dec 13:37
· 58 commits to 0.9 since this release
ef4c5c8

Change Log

Fixed

  • Fixed issue where mutable parameters would cause issues when calling methods multiple times
  • Fixed an issue where raw queries were not passing down the query bindings

Added

  • Added better exceptions. Query exceptions now throw a standardize QueryException class across all connections.
  • Added where like and where not like to the query builder

Changed

  • Refactored several classes to prevent mutable default parameter issues and improve code quality