Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Fixed bug in .GroupBy() introduced in PR #514 #515

Merged
merged 2 commits into from
Jun 27, 2016

Conversation

shift-evgeny
Copy link
Contributor

PR #514 caused .GroupBy(x => new { ColumnAlias = x.ColumnName }) to fail, because it was translated to "GROUP BY ColumnName AS ColumnAlias", which is invalid SQL. Added a test for this and for .GroupBy(x => new { x }) which groups by all columns

@mythz mythz merged commit d1e6504 into ServiceStack:master Jun 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants