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 $ifExists and $cascade to dropTable() methods #880

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

vjik
Copy link
Member

@vjik vjik commented Sep 17, 2024

Q A
Is bugfix?
New feature? ✔️
Breaks BC? ✔️
Fix #773

Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.60%. Comparing base (42181e1) to head (efb2368).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #880   +/-   ##
=========================================
  Coverage     99.60%   99.60%           
- Complexity     1518     1520    +2     
=========================================
  Files            81       81           
  Lines          3753     3756    +3     
=========================================
+ Hits           3738     3741    +3     
  Misses           15       15           

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

@vjik vjik added the status:under development Someone is working on a pull request. label Sep 17, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
tests/Db/Command/CommandTest.php Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:under development Someone is working on a pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add posibility to drop table IF EXISTS and CASCADE
4 participants