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
Minimal example:
CREATE TABLE test ( timestamp TIMESTAMP, date DATE GENERATED ALWAYS AS (CAST(timestamp AS DATE)) )
Trying to dig into the code to see if I can issue a PR for this myself.
The text was updated successfully, but these errors were encountered:
Hi! I'm not sure why I ignore this issues, sorry for that! @bholzer thank you for opening it and support for CAST added in version 1.2.1, test added - https://github.com/xnuinside/simple-ddl-parser/blob/main/tests/dialects/test_psql.py#L45. If will be any other issues, feel free to open new one and thank you again!
Sorry, something went wrong.
xnuinside
No branches or pull requests
Minimal example:
Trying to dig into the code to see if I can issue a PR for this myself.
The text was updated successfully, but these errors were encountered: