zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #06668
[Bug 962116] [NEW] let return clause using dates has no result
Public bug reported:
The following let-return clause returns no result:
let $dummy := fn:current-dateTime() - xs:dateTime(<x/>/node())
return "Success"
Expected result: "Success"
Actual result: ()
** Affects: zorba
Importance: Undecided
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/962116
Title:
let return clause using dates has no result
Status in Zorba - The XQuery Processor:
New
Bug description:
The following let-return clause returns no result:
let $dummy := fn:current-dateTime() - xs:dateTime(<x/>/node())
return "Success"
Expected result: "Success"
Actual result: ()
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/962116/+subscriptions
Follow ups
References