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 DMLQueryBuilder #313

Merged
merged 6 commits into from
Nov 1, 2023

Add type `bool|array` to parameter `$updateColumns` of `upsert()` method

08bcd46
Select commit
Loading
Failed to load commit list.
Merged

Refactor DMLQueryBuilder #313

Add type `bool|array` to parameter `$updateColumns` of `upsert()` method
08bcd46
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 31, 2023 in 0s

100.00% (+0.00%) compared to c467070

View this Pull Request on Codecov

100.00% (+0.00%) compared to c467070

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c467070) 100.00% compared to head (08bcd46) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #313   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
+ Complexity       200       197    -3     
===========================================
  Files             13        13           
  Lines            594       587    -7     
===========================================
- Hits             594       587    -7     
Files Coverage Δ
src/DMLQueryBuilder.php 100.00% <100.00%> (ø)

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