Skip to content

Conversation

@shmax
Copy link
Contributor

@shmax shmax commented Sep 25, 2023

Fix for #102

Modernize Model::update_all, meaning that it no longer takes a big hairy argument with conditions and set and whatnot--now you can use it in conjunction with where, the same as everything else.

@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Merging #103 (fe61dbb) into master (e847c2e) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #103      +/-   ##
============================================
- Coverage     98.81%   98.81%   -0.01%     
+ Complexity      955      952       -3     
============================================
  Files            34       34              
  Lines          2365     2362       -3     
============================================
- Hits           2337     2334       -3     
  Misses           28       28              
Files Coverage Δ
lib/Model.php 99.76% <100.00%> (-0.01%) ⬇️
lib/Relation.php 100.00% <100.00%> (ø)
lib/SQLBuilder.php 98.66% <100.00%> (ø)
lib/Table.php 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@shmax shmax merged commit 0b7c757 into master Sep 25, 2023
@shmax shmax deleted the update-all branch September 25, 2023 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants