Open
Description
Is your feature request related to a problem? Please describe.
The CC Console’s SQL Shell does not retain previously executed SQL statements. As a result, once a user logs out and then logs back in, all prior command history is wiped.
Describe the solution you'd like
The SQL Shell should persist the history of all executed SQL statements even after relogin.
Describe alternatives you've considered
n/a
Additional context
Steps to Reproduce:
- Sign in via SSO.
- Execute one or more SQL queries on any cloud cluster using the CC Console’s SQL Shell.
- Log out and then log back in.
- Observe that the SQL Shell’s history no longer includes the commands run before logout.
Jira issue: CRDB-51564