phpcr-odm icon indicating copy to clipboard operation
phpcr-odm copied to clipboard

add handling for disabling of child ordering

Open lsmith77 opened this issue 10 years ago • 2 comments

see http://www.day.com/specs/jcr/2.0/23_Orderable_Child_Nodes.html

in general support for child ordering tends to increase overhead in most implementations, so it may be disabled or not even supported.

lsmith77 avatar Sep 10 '14 10:09 lsmith77

what would this mean? detecting whether the implementation says it has the capability of child ordering and otherwise catch ordering operations and complain / have uow not check for reorderings in collections?

dbu avatar Sep 10 '14 21:09 dbu

yes .. but also skip trying to determine changes in the sort order

lsmith77 avatar Sep 11 '14 08:09 lsmith77