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
The SQL client can get into certain error states where the prompt looks like:
root@localhost:26257/? ERROR>
The "solution" to clear the error from a user's point of view and return the client to a "normal" state is to issue a ROLLBACK.
We should update our SQL client docs to mention this, since some users may not know how to clear the error (it does not go away when you hit return AFAICT).
We have marked this issue as stale because it has been inactive for
18 months. If this issue is still relevant, removing the stale label
or adding a comment will keep it active. Otherwise, we'll close it in
10 days to keep the issue queue tidy. Thank you for your contribution
to CockroachDB docs!
We have marked this issue as stale because it has been inactive for
18 months. If this issue is still relevant, removing the stale label
or adding a comment will keep it active. Otherwise, we'll close it in
10 days to keep the issue queue tidy. Thank you for your contribution
to CockroachDB docs!
Richard Loveland (rmloveland) commented:
The SQL client can get into certain error states where the prompt looks like:
The "solution" to clear the error from a user's point of view and return the client to a "normal" state is to issue a
ROLLBACK
.We should update our SQL client docs to mention this, since some users may not know how to clear the error (it does not go away when you hit return AFAICT).
Related issues:
SAVEPOINT
docs)Jira Issue: DOC-455
The text was updated successfully, but these errors were encountered: