zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #04404
[Bug 925384] [NEW] JSONiq: no error upon pair name collision in object
Public bug reported:
The following query does not raise an error although the object contains
several pairs with the same name:
object {
for $x in 1 to 20
return pair { "foo" : $x }
}
** Affects: zorba
Importance: High
Assignee: Matthias Brantner (matthias-brantner)
Status: New
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/925384
Title:
JSONiq: no error upon pair name collision in object
Status in Zorba - The XQuery Processor:
New
Bug description:
The following query does not raise an error although the object
contains several pairs with the same name:
object {
for $x in 1 to 20
return pair { "foo" : $x }
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/925384/+subscriptions
Follow ups
References