← Back to team overview

zorba-coders team mailing list archive

[Bug 925384] Re: JSONiq: no error upon pair name collision in object

 

Fixed in rev. 10621 in the jsoniq branch.

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

** Changed in: zorba
    Milestone: None => 3.0

-- 
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:
  Fix Committed

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


References