Skip to content
New issue

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

Add grammar for PostgreSQL GENERATED columns #295

Merged
merged 5 commits into from
Sep 27, 2021

Conversation

kevincianfarini
Copy link
Contributor

Closes #294

@AlecKazakova AlecKazakova merged commit 52c847a into sqldelight:master Sep 27, 2021
MariusVolkhart added a commit to MariusVolkhart/sql-psi that referenced this pull request Feb 20, 2022
Both HSQLDB and H2 support both variants of this clause. See http://hsqldb.org/doc/2.0/guide/databaseobjects-chapt.html#dbc_tables and https://h2database.com/html/grammar.html#column_definition respectively.

Support for this was previously implemented for Postgres in 52c847 (sqldelight#295).
AlecKazakova pushed a commit that referenced this pull request Feb 22, 2022
Both HSQLDB and H2 support both variants of this clause. See http://hsqldb.org/doc/2.0/guide/databaseobjects-chapt.html#dbc_tables and https://h2database.com/html/grammar.html#column_definition respectively.

Support for this was previously implemented for Postgres in 52c847 (#295).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PostgreSQL does not support GENERATED columns.
2 participants