Closed ChristianGruen closed 2 years ago
The following command script …
XQUERY db:create('x', <x/>, 'x.xml') XQUERY db:open('x') ! (delete node x, db:store('x', 'x.bin', x))
… raises a Data Access out of bounds error, as db:store is currently executed after delete node.
db:store
delete node
The order of the Pending Update Primitives should be revised.
The following command script …
… raises a Data Access out of bounds error, as
db:store
is currently executed afterdelete node
.The order of the Pending Update Primitives should be revised.