-
Notifications
You must be signed in to change notification settings - Fork 21
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
Nulls ordering skips records if there is more than one NULL #21
Comments
Thanks for looking into this @glebm , and let me know if I can assist. |
After adding a test for multiple nulls, I can see that the query it generates without
|
If it works for you, I'll release a new version. You can try it out with: gem 'order_query', git: 'https://github.com/glebm/order_query', branch: 'null-wtlo' There should be no need to set |
Hi @glebm , things seem to work with the updated code. 🎉 I did not use For posterity, here its the resulting query:
Thanks for your help with this! |
BTW, please feel free to close the other issue, it's obviously less pressing given this is working. Thanks again. |
Fix released in v0.4.1 |
Example from #20 (comment):
/cc @twelve17
The text was updated successfully, but these errors were encountered: