Public bug reported:

for $i in 1 to 10
where $i mod 2 eq 0 and some $j in 1 to 20 satisfies $j - $i = 2
return $i

invalidly raises '2,30: static error [err:XPST0003]: invalid expression:
syntax error, unexpected "$"'.

** Affects: zorba
     Importance: High
     Assignee: Nicolae Brinza (nbrinza)
         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/926507

Title:
  invalid parse error related to quantified expr

Status in Zorba - The XQuery Processor:
  New

Bug description:
  for $i in 1 to 10
  where $i mod 2 eq 0 and some $j in 1 to 20 satisfies $j - $i = 2
  return $i

  invalidly raises '2,30: static error [err:XPST0003]: invalid
  expression: syntax error, unexpected "$"'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/926507/+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