Skip to content

Commit c204cd7

Browse files
authored
Merge pull request #405 from DataObjects-NET/6.0-include-related-issues
Resolves several query translation issues declared in #402 Addresses issue which appeared in 6.0.13, which roots to not fully visited of key expression in GroupBy Addressed issue of incorrect optimization of query with several In() calls within RedundantColumnOptimizer, which could cause wrong source of parameters for IN statement.
2 parents 9377bca + d93aaf8 commit c204cd7

File tree

9 files changed

+2593
-38
lines changed

9 files changed

+2593
-38
lines changed

ChangeLog/6.0.14_dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[main] Addressed issue of not visiting grouping expression correctly which appeared in previous version
2+
[main] Addressed certain issues of incorrect query optimization when it contains multiple In() calls

0 commit comments

Comments
 (0)