Closed ChristianGruen closed 4 months ago
The values of global variables should be coerced as well:
declare variable $x as enum('a', 'b') := 'a'; $x
Expected: a Returned: XPTY0004
a
XPTY0004
The values of global variables should be coerced as well:
Expected:
a
Returned:XPTY0004