BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
691 stars 265 forks source link

XQuery, db:store: out of bounds #2100

Closed ChristianGruen closed 2 years ago

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

The order of the Pending Update Primitives should be revised.