Closed ChristianGruen closed 3 months ago
Related (with INLINELIMIT
= 0):
(: x.xqm :)
module namespace f = 'f';
declare function f:f() { };
(: x.xq :)
declare function local:a() { current-date()[not(string(.))] };
declare %updating function local:b() { void(local:a()) ,() };
void(inspect:functions('x.xqm')),
local:b()
Unexpected result: Function body must be updating.
The following query…
…returns: