Adding tests for various group by scenarios #18283
Merged
+723
−15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
added regression tests for Error in GroupBy after Concat or Union linq #12289
added regression tests for Query: query with group by in subquery produces invalid SQL #15279
added regression tests for Entity Equality: support GroupBy #15938
added regression tests for Query: group by using result selector doesnt translate correctly when grouping key is used in result selector #18267
resolves Left Join and Group by is client evaluated #12522
resolves Query: compilation error (value does not fall within expected range) for query with order by, skip, another orderby and group aggregate #12805
resolves SqlException when grouping by IS NOT NULL #13231
resolves Grouping produces wrong query when nested navigation is used #13594
resolves Group by does not work with DbFunction on property #13754
resolves Cast inside aggregate (e.g. int → long) cannot be translated #14851
resolves GroupBy Bool adds "= 1 = 1" to the Generated SQL #15103
resolves Grouping by navigational property's id could not be translated and will be executed locally #15669
resolves Arithmetic operations with GroupBy are not translated #15853