forked from extern/nushell
SQLite overhaul: custom value, query db
command (#5247)
Clean up query errors
This commit is contained in:
@ -361,6 +361,11 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
ViewSource,
|
||||
};
|
||||
|
||||
// Database-related
|
||||
bind_command! {
|
||||
QueryDb
|
||||
};
|
||||
|
||||
// Deprecated
|
||||
bind_command! {
|
||||
PivotDeprecated,
|
||||
|
Reference in New Issue
Block a user