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: clear _continuation_expected on failure during ROWS continuation
decode_continuation() now sets _continuation_expected to False before
raising ProtocolError when receiving a FailureResponse or unexpected
message type. Previously the flag stayed True, which was semantically
wrong and fragile if poison-on-error behavior were ever relaxed.
Closes #103
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments