-
Notifications
You must be signed in to change notification settings - Fork 108
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 NULLS FIRST / NULLS LAST qualifiers for ordering #341
base: master
Are you sure you want to change the base?
Add NULLS FIRST / NULLS LAST qualifiers for ordering #341
Conversation
Please add tests to verify this behavior works as intended. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, go ahead and add the changelog and bump the version
p3e <- insert' p3 | ||
p4e <- insert' p4 | ||
ret <- select $ | ||
from $ \p -> do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe switch to using the new syntax?
Would be great to see this merged! |
Before submitting your PR, check that you've:
@since
declarations to the Haddock.stylish-haskell
and otherwise adhered to the style guide.After submitting your PR: