8000 Added startup option `--javascript.user-defined-functions`. by jsteemann · Pull Request #18048 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Added startup option --javascript.user-defined-functions. #18048

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 7, 2023

Conversation

jsteemann
Copy link
Contributor
@jsteemann jsteemann commented Feb 6, 2023

Scope & Purpose

Added startup option --javascript.user-defined-functions.

This option controls whether JavaScript user-defined functions (UDFs) can
be used in AQL queries. The option defaults to true. The option can be
set to false to disallow using JavaScript UDFs from inside AQL queries.
In that case, a parse error will be thrown when trying to run a query that
invokes a UDF.

  • 💩 Bugfix
  • 🍕 New feature
  • 🔥 Performance improvement
  • 🔨 Refactoring/simplification

Checklist

Related Information

  This option controls whether JavaScript user-defined functions (UDFs) can
  be used in AQL queries. The option defaults to `true`. The option can be
  set to `false` to disallow using JavaScript UDFs from inside AQL queries.
  In that case, a parse error will be thrown when trying to run a query that
  invokes a UDF.
@jsteemann jsteemann added this to the devel milestone Feb 6, 2023
@cla-bot cla-bot bot added the cla-signed label Feb 6, 2023
@jsteemann jsteemann merged commit 53db9db into devel Feb 7, 2023
@jsteemann jsteemann deleted the feature/javascript-user-defined-functions-toggle branch February 7, 2023 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0