8000 Fix erroneous "access after data-modification" errors by jsteemann · Pull Request #14646 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Fix erroneous "access after 8000 data-modification" errors #14646

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

Prev Previous commit
Next Next commit
Merge branch 'devel' into bug-fix/remove-unnecessary-checks-for-acces…
…s-after-modification
  • Loading branch information
jsteemann authored Aug 16, 2021
commit 378c5138805b06f9c0eb362cf03d36f74930e9ad
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ devel
trigger said error anymore. Accessing a collection _after_ in a query a
data-modification in the same query is still disallowed.

* Fixed: _api/transaction/begin called on edge collections of disjoint
SmartGraphs falsely returned CollectionNotFound errors.

* Bugfix: In more complex queries there was a code-path where a (Disjoint-)
Smart graph access was not properly optimized.

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