← Back to team overview

zorba-coders team mailing list archive

[Bug 868258] Re: Assertion failed with collection delete

 

** Changed in: zorba
       Status: Fix Released => Fix Committed

-- 
You received this bug notification because you are a member of Zorba
Coders, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/868258

Title:
  Assertion failed with collection delete

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  Trying to delete a collection twice during the same snapshot causes an
  assertion to fail.

  import module namespace ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";;
  import module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";;

  ddl:create(xs:QName("ddl:coll"),(<a/>,<b/>));
  (
  ddl:delete(xs:QName("ddl:coll")),
  ddl:delete(xs:QName("ddl:coll"))
  );

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/868258/+subscriptions


References