-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: DROP SEQUENCE CASCADE, DROP TABLE => sequence #20965
Copy link
Copy link
Closed
Labels
A-schema-changesA-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-sql-sequencesSequence handling in SQLSequence handling in SQLC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
Expected (PG behavior):
DROP SEQUENCE seq CASCADEremoves sequence-usingDEFAULTexpressions from tables using itDROP TABLE adrops sequences tableais using, if no other tables are using them
Current state:
DROP SEQUENCE CASCADEdoesn't parseDROP TABLEdoesn't affect sequences
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-schema-changesA-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-sql-sequencesSequence handling in SQLSequence handling in SQLC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)