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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -41,7 +41,7 @@ use crate::display::{format_write_progress, ChunkDisplay, FormatDisplay};
usecrate::helper::CliHelper;
usecrate::VERSION;
staticPROMPT_SQL:&str = "select name from system.tables union all select name from system.columns union all select name from system.databases union all select name from system.functions";
staticPROMPT_SQL:&str = "select name from system.tables union all select name from system.columns union all select name from system.databases union all select name from system.functions limit 10000";
staticVERSION_SHORT:Lazy<String> = Lazy::new(|| {
let version = option_env!("CARGO_PKG_VERSION").unwrap_or("unknown");