Lukas Kahwe Smith
Lukas Kahwe Smith
can you try and create a test case for this?
have a look at some of the event tests here for inspiration https://github.com/doctrine/phpcr-odm/tree/master/tests/Doctrine/Tests/ODM/PHPCR/Functional
yes .. but also skip trying to determine changes in the sort order
ping .. I agree, lets move this to 1.3
php array keys can be integers and strings, nothing else
well we can make it possible for the user to configure the class in the annotation optionally and then throw an exception on a mismatch.
is this fixed?
btw .. does the ORM support this?
from what I can see the ORM behaves just like the ODM does.: https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/UnitOfWork.php#L302 this might be done for performance reasons, ie. to reduce the number of iterations one needs...