Skip to content

Tags: sledgehammer/orm

Tags

22.07.0

feat: PHP 8.1 compatible

18.08.0

Fix warning for `DEFAULT 0` in schema

18.04.0

PHP7.2 compatibity update

16.05.0

namespace fix

13.05.1

Added support for read & writeFilters in RepositoryCollection

13.05.0

Missing property now throws an Exception.

13.04.3

Repository now convert data to instances when accessed, instead of co…

…nverting all at the beginning of the foreach.

13.04.2

Remove deleted items from a collection that contain that instance.

13.04.1

Added support for multiple hasMany relations with the same table.

13.04.0

Ignore "ON UPDATE CURRENT_TIMESTAMP" statements in the CREATE TABLE q…

…uery.