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

feat: CREATE TABLE IF NOT EXISTS #738

Merged
merged 1 commit into from
May 9, 2021

Conversation

dmacvicar
Copy link
Contributor

This PR adds support for CREATE TABLE IF NOT EXISTS, which skips the table creation if a table with the same name is already present.

@coveralls
Copy link
Collaborator

coveralls commented May 8, 2021

Coverage Status

Coverage increased (+0.009%) to 88.081% when pulling bc95f4a on feat/create_table_if_not_exists into 40e76e5 on master.

@dmacvicar dmacvicar requested a review from jeroiraz May 8, 2021 12:01
jeroiraz
jeroiraz previously approved these changes May 8, 2021
@dmacvicar dmacvicar force-pushed the feat/create_table_if_not_exists branch from b58680e to bc95f4a Compare May 8, 2021 21:21
@dmacvicar
Copy link
Contributor Author

@jeroiraz had to repush. Had committed/signed with the wrong email.

@dmacvicar dmacvicar requested a review from jeroiraz May 8, 2021 21:22
@dmacvicar dmacvicar merged commit 2228850 into master May 9, 2021
@dmacvicar dmacvicar deleted the feat/create_table_if_not_exists branch May 17, 2021 08:52
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