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

Allow to add if not exists statement to create table queries #38

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

Baptouuuu
Copy link
Member

Allowing the ShowCreateTable class to generate CREATE TABLE queries suffixed with IF NOT EXISTS enables auto table creation for tools such as formal/migrations

@Baptouuuu Baptouuuu added the enhancement New feature or request label Oct 2, 2024
@Baptouuuu Baptouuuu self-assigned this Oct 2, 2024
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.33%. Comparing base (7400135) to head (cb87864).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop      #38      +/-   ##
=============================================
+ Coverage      97.28%   97.33%   +0.04%     
- Complexity       633      634       +1     
=============================================
  Files             96       96              
  Lines           4200     4236      +36     
=============================================
+ Hits            4086     4123      +37     
+ Misses           114      113       -1     
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Baptouuuu Baptouuuu merged commit b837834 into develop Oct 2, 2024
19 checks passed
@Baptouuuu Baptouuuu deleted the show-create-table-if-not-exists branch October 2, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant