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

2012-06-12 Thread Dana Florescu
** Changed in: zorba
   Status: Fix Committed = Fix Released

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

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


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

2012-02-02 Thread Matthias Brantner
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

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