issues
search
cloudspannerecosystem
/
memefish
memefish is the foundation to analyze Spanner SQL
https://cloudspannerecosystem.dev/memefish/
MIT License
76
stars
19
forks
source link
add support for missing IF (NOT) EXISTS clauses
#71
Closed
toga4
closed
1 year ago
toga4
commented
1 year ago
This PR adds support for following DDL syntax.
CREATE INDEX IF NOT EXISTS
ALTER TABLE ADD COLUMN IF NOT EXISTS
DROP INDEX IF EXISTS
This PR adds support for following DDL syntax.