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

Refactor ColumnSchemaBuilder::class, add shortcuts for generator columns, add new type column auto_increment, add more test. #76

Open
wants to merge 33 commits into
base: main
Choose a base branch
from

Conversation

terabytesoftw
Copy link
Contributor

Q A
Is bugfix?
New feature? ✔️
Breaks BC?
Fixed issues #57

…lumns, add new type column `auto_increment`, add more test.
@terabytesoftw terabytesoftw added the Severity: BC breaking Either breaks backwards compatibility or fixed previously made breakage label Aug 20, 2024
@terabytesoftw terabytesoftw added this to the 1.0.0 milestone Aug 20, 2024
Copy link

codecov bot commented Aug 20, 2024

Codecov Report

Attention: Patch coverage is 96.10895% with 10 lines in your changes missing coverage. Please review.

Project coverage is 66.58%. Comparing base (df2151c) to head (259b2e8).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/db/mssql/QueryBuilder.php 70.00% 6 Missing ⚠️
src/db/ColumnSchemaBuilder.php 94.80% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #76      +/-   ##
============================================
+ Coverage     66.52%   66.58%   +0.06%     
- Complexity    11234    11263      +29     
============================================
  Files           433      433              
  Lines         36512    36597      +85     
============================================
+ Hits          24289    24368      +79     
- Misses        12223    12229       +6     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Severity: BC breaking Either breaks backwards compatibility or fixed previously made breakage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant