Skip to content
#

xquery

Here are 208 public repositories matching this topic...

sirix
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 xquery 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 xquery topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.