Releases: spiral-modules/orm
Releases · spiral-modules/orm
v1.0.17
- fixed array_compare error causing cyclic recursion
v1.0.16
- do not isolate select queries, use same entity map
v1.0.15
- throw original exception when rollback error happens
v1.0.13
- check hasrelated using entity map
v1.0.12
- strict in array for many to many
v1.0.11
- hasDefault and default value are passed to describeColumn of accessors
v1.0.10
Fixed issue with fetching all columns during "with" relation
v1.0.9
- Ability to set index name using schema
v1.0.8
- Fix related entity for HAS_ONE