-
Notifications
You must be signed in to change notification settings - Fork 302
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
Missing ORDER BY ... NULLS FIRST | LAST
#797
Comments
Hey @martijnthe, did you figure out how to add |
Hey @dszady-rtb and @martijnthe I ran into the same issue, and since it looks like the PyPika team at Kayak is no longer maintaining the repo, wrote my own solution by super classing their
Hope this helps you both and anyone else who runs into this limitation. I'm happy to (and would prefer) to open this as a PR if that's an option, but I don't think it is. |
In our case I just created a simple enum to be used instead of pypika.Order
|
I'm trying to add
NULLS FIRST
orNULLS LAST
to anORDER BY
, but I cannot figure out how to do this.Is this functionality missing?
Any hint on how to best implement it? I'd be more than happy to craft a PR for pypika.
The text was updated successfully, but these errors were encountered: