Skip to content
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

Add SELECT DISTINCT feature to queryset #1180

Open
pmdevita opened this issue Aug 30, 2023 · 0 comments
Open

Add SELECT DISTINCT feature to queryset #1180

pmdevita opened this issue Aug 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@pmdevita
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently, there is no way to perform a SELECT DISTINCT query in Ormar.

Describe the solution you'd like
An addition to the queryset features that allows you to perform a SELECT DISTINCT.

Describe alternatives you've considered
At the moment, you can either execute the SQL directly or do the extra processing in Python, both of which are less than ideal.

Additional context
We could add a .distinct() function to queryset to allow for chaining it similar to Django.

@pmdevita pmdevita added the enhancement New feature or request label Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant