-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Query: Support for constant/parameter appearing in Group By key
Constant/Parameter can be put in projection even if not appearing in grouping key in SQL. So now we avoid putting Constant/parameter in GROUP BY clause but treat it as normal in other places. When generating grouping key, wrap convert node to match types in initialization expression (as SQL tree ignores type nullability) Also merged leftover async group by async tests in single version. Resolves #14152 Resovles #16844
- Loading branch information
Showing
8 changed files
with
201 additions
and
743 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
18 changes: 0 additions & 18 deletions
18
test/EFCore.InMemory.FunctionalTests/Query/AsyncGroupByQueryInMemoryTest.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.