-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(
UPDATE
): only perform subselect matching if necessary (#989)
the issue was that while calculating the `UPDATE.elements`, we accidentially assumed that the calculated element would lead to a join, hence we did our subselect matching. This logic is not necessary for non `SELECT` queries --> there we need joins if we do a `SELECT * from <entity with calculated element /w path expression>` --- fix(`UPDATE`): no assocs in list which matches subquery results
- Loading branch information
1 parent
fe4f66b
commit 4bcb88a
Showing
4 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters