mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Does CoreStore implements somehow havingPredicate for groupBy ? #330
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vitt0re on GitHub (Jun 2, 2020).
Hello
I need to migrate the code like one below to CoreStore
it uses propertiesToGroupBy and havingPredicate but I can not find any mechanism in CoreStore to use for it.
Does exist any way to use it ?
@JohnEstropia commented on GitHub (Jun 3, 2020):
There's no default utility for it yet, but you can also use
GroupByin tandem withTweakto achieve the same effect:Thanks for raising this. I'll consider adding this extension to
GroupByclauses.