zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #02489
[Bug 899366] [NEW] windowing: type checking missing (expected XPTY0004)
Public bug reported:
The following test (zorba/windowing/tumbling44) fails because it
expected XPTY0004 to be raised. Instead, it gives a result.
for tumbling window $w as xs:string in (1 to 10)
start $s when true()
end $e when $e - $s eq 3
return <window>{$w}</window>
** Affects: zorba
Importance: Medium
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/899366
Title:
windowing: type checking missing (expected XPTY0004)
Status in Zorba - The XQuery Processor:
New
Bug description:
The following test (zorba/windowing/tumbling44) fails because it
expected XPTY0004 to be raised. Instead, it gives a result.
for tumbling window $w as xs:string in (1 to 10)
start $s when true()
end $e when $e - $s eq 3
return <window>{$w}</window>
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/899366/+subscriptions
Follow ups
References