zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #01961
[Bug 859522] Re: Assertion failed with document delete
** Changed in: zorba
Status: Fix Released => Fix Committed
** Changed in: zorba
Milestone: None => 2.1
--
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/859522
Title:
Assertion failed with document delete
Status in Zorba - The XQuery Processor:
Fix Committed
Bug description:
The following query causes an assertion failure.
import module namespace doc = "http://www.zorba-xquery.com/modules/store/dynamic/documents";
doc:put("foo", document { <foo>bar</foo> });
(
doc:remove("foo"),
doc:remove("foo")
);
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/859522/+subscriptions
References