-
Notifications
You must be signed in to change notification settings - Fork 51
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 binary interval parsing #237
Conversation
For the sake of everyone's sanity I'm going to ignore the format suggestions on |
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.
Looks good overall! Glad this was not too hard in the end.
Co-authored-by: Eric Davies <iamed2@gmail.com>
@iamed2 Is this good to go now? |
Yes, go ahead and merge and register! |
@iamed2 I don't seem to have merge permissions. Would you mind clicking the button? |
A fix for #236. It turns out the
AdjustIntervalForTypmod
is handled before the result is returned however some minorPeriod
processing was required since Dates is a bit fussy about comparingCompoundPeriods
.This fixes binary queries involving the postgres
interval
type.