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 TABLE should support IF EXISTS #51

Closed
zvozin opened this issue Sep 16, 2016 · 1 comment
Closed

DROP TABLE should support IF EXISTS #51

zvozin opened this issue Sep 16, 2016 · 1 comment

Comments

@zvozin
Copy link

zvozin commented Sep 16, 2016

Or schema management gets annoying

Tapac added a commit that referenced this issue Sep 21, 2016
@Tapac
Copy link
Contributor

Tapac commented Sep 21, 2016

Looks like "IF EXISTS" is missed from ANSI SQL, but atm all dialects implemented in Exposed (H2/Mysql/PSQL) support it, so I added it for dropStatement.

@Tapac Tapac closed this as completed Sep 21, 2016
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

2 participants