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

-- 
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 Released

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to