BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
694 stars 265 forks source link

Coercion of global variables #2313

Closed ChristianGruen closed 4 months ago

ChristianGruen commented 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