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 if not exists support to database ddl in parsing #6724

Merged
merged 4 commits into from
Sep 18, 2020

Conversation

harshit-gangal
Copy link
Member

CREATE DATABASE [IF NOT EXISTS]
DROP DATABASE [IF EXISTS]

go/vt/sqlparser/sql.y Outdated Show resolved Hide resolved
go/vt/sqlparser/ast.go Outdated Show resolved Hide resolved
BoolVal should only be used when an expression is expected.

Signed-off-by: Andres Taylor <[email protected]>
@harshit-gangal harshit-gangal merged commit d738f85 into vitessio:master Sep 18, 2020
@askdba askdba added this to the v8.0 milestone Oct 6, 2020
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.

3 participants