GroupBy support in Linq queries #2119
Replies: 9 comments 2 replies
-
Therefore:
|
Beta Was this translation helpful? Give feedback.
-
@AKlaus You're commenting on the issue in the backlog to add this feature, it's not in the docs, and a very quick search would have shown you that it doesn't appear in any unit test in the codebase. So,
"I was very surprised to see lack of grouping functionality" -- please don't ever use a phrase like that in an OSS issue. It's not already there because it's very hard and time consuming to do from the Linq perspective and not enough folks have wanted it yet. Unlike RavenDb though, you can always revert to Sql and that's the only answer I've got for you here. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your prompt answer 👍. I agree with everything you said. |
Beta Was this translation helpful? Give feedback.
-
In response to "not enough folks have wanted it yet," I'd like to toss my hat in the ring for needing |
Beta Was this translation helpful? Give feedback.
-
Checking in on whether this has been added to the to-do list :P |
Beta Was this translation helpful? Give feedback.
-
@robertmaidlaAW it's still on the TODO list, although to be fair - not in the top of the priorities (because of our capacity). Next biggest release will be probably mostly focused on Event Store enhancements. |
Beta Was this translation helpful? Give feedback.
-
hello, just checking - any plans to have it covered in the nearest future? |
Beta Was this translation helpful? Give feedback.
-
any updates on this ? |
Beta Was this translation helpful? Give feedback.
-
To be much nicer about this folks, you can do this outside of LINQ by dropping down to SQL with the |
Beta Was this translation helpful? Give feedback.
-
No real plans about how far to go with this yet or timing.
Beta Was this translation helpful? Give feedback.
All reactions