Dmytro Sharhorodskyi
Dmytro Sharhorodskyi
If we have `@LAZY`, we need doctrine like `@EAGER` too. In some cases it will be wery usefull to have autoloaded relations. Example case: I have labels "Object", "FieldType", "Value"...
here's code:  here's result, repo found 15 entities and in UnitOfWork they marked under `update_nodes` tag: 
I'm currently testing **7.1** with OGM. and everything seems to be ok. Except one error that i have figured out to solve. This happens only with `datetime` fields, and only...
Doctrine has extra lazyness for this [http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/tutorials/extra-lazy-associations.html] It allows to write something like `$parent->getChilds()->slice(5, 10)`, which will result in limiting query part responsible for relational nodes matching. Can we have...