← Back to team overview

zorba-coders team mailing list archive

[Bug 899363] [NEW] windowing: distinct variable names (XQST0049 instead of XQST0103)

 

Public bug reported:

The following test (windowing/tumbling22)

for tumbling window $w in (1 to 10)
start $s when true()
end $s when false() 
return <window>{$w}</window>

raises XQST0049 but should raise XQST0103

** Affects: zorba
     Importance: Medium
         Status: New

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

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/899363

Title:
  windowing: distinct variable names (XQST0049 instead of XQST0103)

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following test (windowing/tumbling22)

  for tumbling window $w in (1 to 10)
  start $s when true()
  end $s when false() 
  return <window>{$w}</window>

  raises XQST0049 but should raise XQST0103

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/899363/+subscriptions


Follow ups

References