Releases: cycle/orm
Releases · cycle/orm
v1.1.13
cyclic relations initialization only applied to non-resolved entity references
bugfix: entity columns and relations are no longer altered if entity fetched from database multiple times #33
v1.1.12
joined filters are always called prior to joined loaders
ability to reference the column of joined relation in loaded relation where condition while using INLOAD
added constants for relation fetch methods Select::SINGLE_QUERY
and Select::OUTER_QUERY
v1.1.11
added support for Zend/Hydrator 3.0
v1.1.10
Transaction object always empty after run
method + docs
v1.1.9
added ability to easier query nested relations inside with
->where
conditions
added ability overwrite default loader method when no options are set
v1.1.7
DatabaseMapper will not generate new PK if value has been set by user
v1.1.6
minor CS (is_null => === null, !empty => === type)
ORM->get() and Heap->find() can now accept multiple kv pairs (search is still done using first pair) for future composite key support
v1.1.5
ORM will always issue empty schema by default now by @SerafimArts
v1.1.4
bugfix: the case when dynamic entity associated with a role which is a real loadable class
You can’t perform that action at this time.