Skip to content
#

exist-db

Here are 84 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
xquery-intellij-plugin
joewiz
joewiz commented Jan 17, 2019

A toolbar (https://atom.io/packages/tool-bar) with buttons for common functions like "Run XQuery" and "Toggle Database View" would be useful.

A toolbar could also be used to expose commands that are currently inaccessible, like "Previous" or "Next" for paging through query results (which are currently chopped off at 10 with no means to see 11+), serialization method (currently hard coded as ad

documentation

Improve this page

Add a description, image, and links to the exist-db 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 exist-db topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.