← Back to team overview

zorba-coders team mailing list archive

[Bug 1009043] [NEW] FLWOR windows do not perform type check

 

Public bug reported:

My understanding is that the following query should raise a type error,
but it succeeds:

for tumbling window $x as xs:string in 2
    start $s at $spos when true()
    end $e at $epos when true()
return $x

** Affects: zorba
     Importance: Undecided
     Assignee: Matthias Brantner (matthias-brantner)
         Status: New

** Changed in: zorba
     Assignee: (unassigned) => Matthias Brantner (matthias-brantner)

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

Title:
  FLWOR windows do not perform type check

Status in Zorba - The XQuery Processor:
  New

Bug description:
  My understanding is that the following query should raise a type
  error, but it succeeds:

  for tumbling window $x as xs:string in 2
      start $s at $spos when true()
      end $e at $epos when true()
  return $x

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


Follow ups

References