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
to_timestamp
$ chai version v0.16.0
I tried to use to_timestamp():
to_timestamp()
db.Query(`SELECT to_timestamp(1) AS n;`)
And got an error:
no such function: "to_timestamp"
The Docs say:
ChaiSQL SQL API is compatible with PostgreSQL
So I expected ALL the Postgres Date/Time functions and operators (see docs: https://www.postgresql.org/docs/current/functions-datetime.html), but to_timestamp() definitely doesn't exist.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Chai are you using?
What did you do?
I tried to use
to_timestamp()
:And got an error:
What did you expect to see?
The Docs say:
So I expected ALL the Postgres Date/Time functions and operators (see docs: https://www.postgresql.org/docs/current/functions-datetime.html), but
to_timestamp()
definitely doesn't exist.The text was updated successfully, but these errors were encountered: