David Buchmann

Results 944 comments of David Buchmann

interesting! about the jackrabbit issue: can you try to do that in a phpcr-api-test (CombinedOperationsTest i guess) to see if we have a bug there? i think there is a...

looking at http://www.day.com/specs/jcr/2.0/6_Query.html i am not exactly sure what we do. is this the same node thing? then the selector for the target node is not optional. i think what...

> So lets check if the empty string is a valid path? empty string is not a valid path.

events during the flush seem to be a really tricky beast. do you see a way to allow field updates and reorderings, but no renaming? or could we store the...

what are our other options? limiting event listener to update properties?

i agree that this should work like the test describes it

i think renames are only put into phpcr on flush. so the var_dumps can be expected to return the old name. but i fear the reordering is taking shortcuts with...

maybe #449 could fix this, or at least will have an influence on this test. want to check on the #449 branch?

i just investigated this a bit. from the way the children collection works, it is clear what happens. we ask phpcr for the list of children, but the rename is...

looking at https://github.com/doctrine/phpcr-odm/blob/master/tests/Doctrine/Tests/ODM/PHPCR/Mapping/Model/xml/Doctrine.Tests.ODM.PHPCR.Mapping.Model.ChildClassesObject.dcm.xml i think the schema is right and the doc is wrong. do you want to fix the doc?