8000 APM-112: prevent invalid use of OPTIONS in AQL queries by jsteemann · Pull Request #14467 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
jsteemann committed Jul 5, 2021
commit ec710b0e541ec99e872c1aaab4481b9c0450828f
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ devel
OPTIONS { indexHint: 'myIndex' } /* should be used above for FOR */

In case a wrong option attribute is used, a warning with code 1575 will be
raised. This is a behavior
raised.
By default, warnings are reported but do not lead to the query being aborted.
This can be toggled by the startup option `--query.fail-on-warnings` or the
per-query runtime option `failOnWarnings`.
Expand Down
0