The Wayback Machine - https://web.archive.org/web/20210306004506/https://github.com/topics/native-xml-database
Skip to content
#

native-xml-database

Here are 2 public repositories matching this topic...

line-o
line-o commented Mar 4, 2020

Is your feature request related to a problem? Please describe.

Running the code below will result in two different error messages:

xquery version "3.1";

try { [1,2,3,4](-1) } catch err:FOAY0001 { $err:description },
try { array:get([1,2,3,4], -1) } catch err:FOAY0001 { $err:description }
  • "Array index out of bounds. Position -1 does not exist in this array. Length

Improve this page

Add a description, image, and links to the native-xml-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the native-xml-database topic, visit your repo's landing page and select "manage topics."

Learn more