zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #10751
[Bug 859467] Re: Zorba fatal with two activate Foreign Key
** 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/859467
Title:
Zorba fatal with two activate Foreign Key
Status in Zorba - The XQuery Processor:
Fix Released
Bug description:
This query causes a ZORBA_FATAL
import module namespace m = 'xqueryzorba.org/test/xqddf/ic' at 'ic.xqlib';
import module namespace ddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
import module namespace ic_ddl = "http://www.zorba-xquery.com/modules/store/static/integrity_constraints/ddl";
ddl:create($m:empc);
ddl:create($m:trnc);
(
ic_ddl:activate(xs:QName("m:ic_foreignKey")),
ic_ddl:activate(xs:QName("m:ic_foreignKey"))
);
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/859467/+subscriptions
References