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
fix: bail out when ROWS continuation makes no progress
A continuation frame with zero rows and has_more=True would otherwise
spin the client forever. This can happen on the server when the column
header alone exceeds the per-batch page buffer (query__batch emits a
partial frame with no encoded rows). Detect and raise ProtocolError
rather than livelock.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments