clisqlclient: trim down dependencies #67482
Labels
A-cli-client
CLI commands that pertain to using SQL features
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-server-and-security
DB Server & Security
Needed for #67470
tree.ParseDInterval
to interpret the results ofSHOW LAST QUERY STATISTICS
. Instead, use a lightweight parser local to the SQL shell.tree.Name
to quote the database name. Use the underlying function from thelex
package directly (which is lightweight)roachpb.NodeID
and use int32 instead.security.PromptForPassword()
into a lightweight dependency package and use that instead ofsecurity
#67481parser.HasMultipleStatements
(needs parser: move scan.go to new scanner package #67584 first)The text was updated successfully, but these errors were encountered: