Skip to content

Comments

fix: support expressions (subqueries) in bulk updates#120

Merged
CarliJoy merged 4 commits intoCarliJoy:mainfrom
Adiorz:fix/support-expressions-in-bulk-updates
Jan 24, 2026
Merged

fix: support expressions (subqueries) in bulk updates#120
CarliJoy merged 4 commits intoCarliJoy:mainfrom
Adiorz:fix/support-expressions-in-bulk-updates

Conversation

@Adiorz
Copy link
Contributor

@Adiorz Adiorz commented Jan 23, 2026

fixes #119

@CarliJoy CarliJoy self-requested a review January 23, 2026 23:59
@CarliJoy
Copy link
Owner

Please rebase on main.
I recognized that codecov wasn't working.

@Adiorz Adiorz force-pushed the fix/support-expressions-in-bulk-updates branch from 695f352 to 9d2514b Compare January 24, 2026 11:48
@codecov
Copy link

codecov bot commented Jan 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.12%. Comparing base (2ab1034) to head (432792b).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
+ Coverage   99.11%   99.12%   +0.01%     
==========================================
  Files           6        6              
  Lines         226      229       +3     
  Branches       24       25       +1     
==========================================
+ Hits          224      227       +3     
  Misses          1        1              
  Partials        1        1              

☔ 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.

@CarliJoy
Copy link
Owner

Thanks this look good.

If you could add your changes to the Changelog (add new patch release) I can create a release directly after merging.

@CarliJoy CarliJoy merged commit a1179f5 into CarliJoy:main Jan 24, 2026
8 checks passed
@Adiorz Adiorz deleted the fix/support-expressions-in-bulk-updates branch January 24, 2026 19:40
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.

DecimalQuantityField fails when used with Subquery or other BaseExpression in .update()

2 participants