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 #319

Open
wants to merge 3 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? ✔️

See yiisoft/db#880

Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.51%. Comparing base (877127f) to head (662c0eb).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #319   +/-   ##
=========================================
  Coverage     98.51%   98.51%           
- Complexity      340      342    +2     
=========================================
  Files            23       23           
  Lines          1074     1078    +4     
=========================================
+ Hits           1058     1062    +4     
  Misses           16       16           

☔ 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
@@ -11,7 +11,8 @@
- Enh #315: Raise minimum PHP version to `^8.1` with minor refactoring (@Tigrov)
- New #314: Implement `ColumnFactory` class (@Tigrov)
- Enh #317: Separate column type constants (@Tigrov)
- New #318: Realize `ColumnBuilder` class (@Tigrov)
- Enh #318: Realize `ColumnBuilder` class (@Tigrov)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Enh #318: Realize `ColumnBuilder` class (@Tigrov)
- New #318: Realize `ColumnBuilder` class (@Tigrov)

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.

4 participants