Releases: cycle/orm
Releases · cycle/orm
v1.1.3
Schema normalization has been simplified
v1.1.2
added registerAppendix
to Update command
v1.1.1
query optimizations for storing entities with non resolved embedding promises
ability to exchange embedding promise with another object
v1.1.0
added Embeddable relation
embedded objects can be lazy or eager loaded (partial model loading)
embedded objects can be proxied
you can select model partial separately from the model itself
v1.0.11
added support for automatic relation loading LOAD = LOAD_EAGER, including nested relations
promises/proxies are not generated by default unless LOAD = LOAD_PROMISE flag is set
v1.0.10
PromiseOne and PromiseMany can work when scope is empty
v1.0.9
DBAL: the Statement class has been decoupled from PDO
v1.0.8
proper resolution of newly generated pivot entity for cyclic many-to-many relation
v1.0.7
bugfix: with
relations does not include columns into query
v1.0.6
ability to use non-empty entity constructors new User($name)
exception when ORM is used without defined schema
You can’t perform that action at this time.