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
Integration tests go through SQLAlchemy Result, which bypasses the
adapter's own fetch entry points; the adapter was only tested for
execute/close. Add direct unit tests that preload the internal deque
and assert fetchone pops left, fetchmany honours the arraysize
default, fetchall drains the deque, and __iter__ yields each row
exactly once. Any non-SQLAlchemy consumer that touches these methods
now has regression coverage.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments