← Back to team overview

zorba-coders team mailing list archive

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

 

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

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


References