We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's probably will be tricky because PG has 5 formats for input and 4 for output, or something like that. https://www.postgresql.org/docs/current/static/datatype-datetime.html#DATATYPE-INTERVAL-INPUT
The text was updated successfully, but these errors were encountered:
Do we want this in 1.x or 2.0?
Sorry, something went wrong.
@v-kolesnikov are you still working on this one? I like to give it a try
Hi @GustavoCaso ! No, I am not. I have worked on other issue #234 and my reference to current issue probably was a typo.
gordon=# select interval '2 days 23:12'; interval ----------------- 2 days 23:12:00 (1 row) gordon=# select interval '2 days 23'; interval ----------------- 2 days 00:00:23 (1 row) gordon=# select interval '2 days 23:'; interval ----------------- 2 days 23:00:00 (1 row) gordon=# select interval '2 days 23:second:year:day'; interval ----------------- 2 days 23:00:00 (1 row)
postgres, what are you doing, stop!
No branches or pull requests
It's probably will be tricky because PG has 5 formats for input and 4 for output, or something like that.
https://www.postgresql.org/docs/current/static/datatype-datetime.html#DATATYPE-INTERVAL-INPUT
The text was updated successfully, but these errors were encountered: