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: correct max_rows error message from "exceeds" to "reached"
When len(rows) == max_rows, the count equals the maximum — it does not
exceed it. The error message now accurately says "reached maximum".
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments