Skip to content

Add MigrationBuilder::insertBatch() method, deprecate batchInsert()#334

Merged
vjik merged 2 commits intomasterfrom
insert-batch
Apr 29, 2026
Merged

Add MigrationBuilder::insertBatch() method, deprecate batchInsert()#334
vjik merged 2 commits intomasterfrom
insert-batch

Conversation

@vjik
Copy link
Copy Markdown
Member

@vjik vjik commented Apr 29, 2026

Q A
Is bugfix?
New feature?
Breaks BC?
Fix #332

@vjik vjik requested a review from a team April 29, 2026 11:09
@vjik vjik added the status:code review The pull request needs review. label Apr 29, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 12.85%. Comparing base (38fdc07) to head (0ce05e4).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/MigrationBuilder.php 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #334      +/-   ##
============================================
- Coverage     12.91%   12.85%   -0.06%     
- Complexity      293      294       +1     
============================================
  Files            20       20              
  Lines           945      949       +4     
============================================
  Hits            122      122              
- Misses          823      827       +4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vjik vjik merged commit 2ef82ba into master Apr 29, 2026
54 of 56 checks passed
@vjik vjik deleted the insert-batch branch April 29, 2026 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status:code review The pull request needs review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename batchInsert() to insertBatch() with optional $columns

2 participants