Skip to content
#

xquery

Here are 207 public repositories matching this topic...

sirix
ChristianGruen
ChristianGruen commented Jul 22, 2019

Values of an HTTP request will be assigned to the parameters of the invoked function. If the assignment fails, the returned error message should be more intuitive:

  • Right now, it indicates what went wrong during the variable assignment in XQuery.
  • The returned message should rather indicate how the request can be rewritten by the client to be successfully processed.

Examples


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
chenfiona
chenfiona commented Feb 3, 2020

Is your feature request related to a problem? Please describe.
There are existing data in one DB which I need to harmonise and customise data using data hub.

What is the user-facing scenario that prompted this gap in functionality?
Existing data is in one DB, need the best practice to further harmonise and customise such data using data hub.

Describe the solution you'd like
A

ghost
ghost commented Sep 17, 2018

Thank you for submitting an issue!

If this is a bug, please use the bug template below. If this is an enhancement request, please use the RFE template below. Before submitting your issue, please do us a favor and search currently open issues. If your issue already exists, please make a comment there advocating your issue be addressed sooner.

Bug Template

The issue

Short des

dsukhoroslov
dsukhoroslov commented Apr 24, 2017

collections can be assigned a number of handlers/processors, who can

  • perform data encryption
  • manage document TTL (retention policy)
  • manage document accessibility

in, general, this is to make collections a common mechanism to perform some actions on group of documents. the set of actions must be extendable and it must be possible to develop and register new handlers/processors

xquery-intellij-plugin

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.