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
These three methods are thin sync-over-async shims via await_only; a
refactor that awaited the wrong attribute would silently skip
transaction boundaries or hand back a cursor of the wrong type. Add
Mock-based unit tests that assert the inner connection's commit /
rollback coroutines are awaited exactly once and that cursor()
returns an AsyncAdaptedCursor wrapping the inner instance.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments