-
Notifications
You must be signed in to change notification settings - Fork 4
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 unique select #22
Comments
I added this one other time and then ended up removing it and I couldn't remember why because it was a few years ago but now I remember:
So if you want to say, get all the distinct foos that were active between January and March, you can't do a query like: Activity.query.unique_foo().gt__created(january).lt__created(march).values() Because it needs |
This has been added but I'm not happy with the implementation, at this point it is buried in the Basically I'm going to leave this open for a bit while I decide what is the best long term implementation. |
I added |
Would result in:
The text was updated successfully, but these errors were encountered: