Commit 60b7ed1
Whitelist max_total_rows in the dqlite URL query allowlist
Cycle 9 — ``dqlite://host:port/db?timeout=30&max_total_rows=50000000``
now forwards max_total_rows to the DBAPI, matching the knob added
to the client and dbapi layers. Unknown query keys still raise
ArgumentError so typos surface.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c6da7f4 commit 60b7ed1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments