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
See apache/datafusion-sqlparser-rs#918
The simplest workaround is to use date('now') instead.
date('now')
The text was updated successfully, but these errors were encountered:
I fixed it upstream
Now depends on apache/datafusion-sqlparser-rs#925
Sorry, something went wrong.
9328352
update sql parser
5e9ebf6
fixes #31 (cannot use CURRENT_TIMESTAMP in sqlite) fixes transaction handling on databases with a "BEGIN TRANSACTION" syntax (instead of START TRANSACTION) such as SQLite See https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md#0370-2023-08-22
No branches or pull requests
See apache/datafusion-sqlparser-rs#918
The simplest workaround is to use
date('now')
instead.The text was updated successfully, but these errors were encountered: