Releases: SoftwarePunt/instarecord
Releases · SoftwarePunt/instarecord
v0.5.3
- New:
Model::getAutoApplicatorEnabled()
allows auto application to disabled per-model
v0.5.2
- New:
Model::allIndexed()
utility function
v0.5.1
- Fix: default/implicit table names not working
v0.5.0
- New: Model Validation (#5)
v0.4.1
- Fix: Possible crash on relationship batch loading in case of results mismatch
v0.4.0
This version adds support for relationships:
- New: Define fully automatic one-to-one relationships with model properties
- New: Automatic query optimization for one-to-one relationship querying
- New: Utility for "has many" relationship collections
v0.3.0
- New: Model getPropertyIsDirty, setPropertyIsDirty
v0.2.1
- Fixed: Multiple array-bound
IN()
s in one statement part will now work correctly
v0.2.0
- New: Use bound parameters with
Query->select()
v0.1.1
Bugfix release
- Fixed: Querying using bound DateTime parameters ignores the configured database timezone