Skip to content

v1.0.3

Choose a tag to compare

@erikgall erikgall released this 09 Aug 15:58
· 47 commits to master since this release

SQLite Database Issue

There seems to be an issue if you use a SQLite database for testing and testing foreign keys.

Breaking Changes

  • The database column assertion method for default values was updated from default($val) to defaults($val)

This was due to the word default being a reserved word in PHP 5 (not originally supported by package) and not in PHP 7.