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

sql/plsql alter_table accepts emply alternative #4077

Open
j0hannesz opened this issue Apr 30, 2024 · 0 comments
Open

sql/plsql alter_table accepts emply alternative #4077

j0hannesz opened this issue Apr 30, 2024 · 0 comments

Comments

@j0hannesz
Copy link

ALTER TABLE statements do not recognize constraint_clauses.

Example:

ALTER TABLE dummy ADD PRIMARY KEY (id);

This results to a list of unit_statements.

Please check the empty alternative at the beginning of "| alter_table_properties"

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

No branches or pull requests

1 participant