Dmytro Sharhorodskyi

Results 4 issues of 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"...

enhancement

here's code: ![code](https://cloud.githubusercontent.com/assets/3176889/23371647/7df58406-fd21-11e6-98fd-5a13d1fe0e41.png) here's result, repo found 15 entities and in UnitOfWork they marked under `update_nodes` tag: ![view](https://cloud.githubusercontent.com/assets/3176889/23371652/81f023a4-fd21-11e6-9dd7-bf821b4fc78e.png)

bug
rc4

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...

enhancement
rc5