-
-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distinct support? #275
Comments
group by does the trick for now, still would be awesome to have distinct supported |
@edg-l we add support for some types of DISTINCT into sea-query! |
I'll open this issue for contributions. With support of DISTINCT in SeaQuery, we could bring it to SeaORM for sure :) |
Hi, I am interested in this issue. I'd like to work on this issue, so could you tell me a little more about it? |
Hey @kyoto7250, thanks for the interest! I have a rough idea for it. Please share your thoughts as well :) In SeaQuery select statement, there are two methods to construct distinct select:
We just simply introduce these two methods into
|
I saw sea-query supports it, but It doesn't seem like it's supported yet in sea-orm.
The text was updated successfully, but these errors were encountered: