You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The find/count/sum methods all repeated the same try/finally block to
set $currentQueryCollection around getSQLConditions(). Three identical
copies of an exception-safety pattern is one mistake away from a leak
the next time the pattern is added — extract into a single helper so
the set/reset is in one place.
No behaviour change.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments