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

DROP TEMPORARY TABLE support #332

Closed
gleonid opened this issue May 20, 2019 · 0 comments
Closed

DROP TEMPORARY TABLE support #332

gleonid opened this issue May 20, 2019 · 0 comments

Comments

@gleonid
Copy link
Contributor

gleonid commented May 20, 2019

Feature Request

Is your feature request related to a problem? Please describe:
attempt to parse DDL statement like
DROP TEMPORARY TABLE IF EXISTS test``
yields a parse error

Describe the feature you'd like:
Ability to correctly parse both flavors:
DROP /*!40005 TEMPORARY */ TABLE IF EXISTS test `DROP TEMPORARY TABLE IF EXISTS `test
and have an indicator in AST model on whether TEMPORARY keyword was used

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