8000 disallow subqueries in AQL traversal PRUNE conditions by jsteemann · Pull Request #10231 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

disallow subqueries in AQL traversal PRUNE conditions #10231

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 4 commits into from
Oct 16, 2019
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
Merge branch '3.5' of github.com:arangodb/arangodb into bug-fix-3.5/d…
…isallow-subqueries-in-prune
  • Loading branch information
jsteemann committed Oct 14, 2019
commit af7ec852e89bbff925490c8e58257e810df1ffd0
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ v3.5.2 (XXXX-XX-XX)
so such queries will now be aborted early on with a parse error
instead of running into undefined behavior.

* Improved performance of some agency helper functions.

* Fixed search not working in document view while in code mode.

* Fixed issue #10090: fix repeatable seek to the same document in
SEARCH operations for ArangoSearch views.

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0