cli: use ExecerContext and companions in sql_util.go #25435
Labels
A-cli-client
CLI commands that pertain to using SQL features
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
no-issue-activity
X-stale
When porting the
node status
command over to use SQL, we were unable to use context-based cancellation since there is an unaddressed TODO to switch to ExecerContext (etc) insqlConnI
. We worked around that usingSET statement_timeout=x
but that's just a crutch.See #25094 (comment).
@knz for triage.
Jira issue: CRDB-6358
The text was updated successfully, but these errors were encountered: