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

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