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
As explained here: #5818 (comment)
we need to make some changes to our code to support PostgreSQL 14, due to changes in how the EXTRACT command works in PostgreSQL.
EXTRACT
The text was updated successfully, but these errors were encountered:
There are I think 5 uses of this in our codebase...
Sorry, something went wrong.
yes, I'll look into this
postgres 14: EXTRACT returns a numeric, which is converted to a strin…
c7b916f
…g. We force this to stay a double precision number (postgres 13) -- issue #5824
haraldschilly
No branches or pull requests
As explained here: #5818 (comment)
we need to make some changes to our code to support PostgreSQL 14, due to changes in how the
EXTRACT
command works in PostgreSQL.The text was updated successfully, but these errors were encountered: