Remove sqlparser SQLite commands (#7040)

This commit is contained in:
Reilly Wood
2022-11-09 14:14:48 -08:00
committed by GitHub
parent c259ef41bd
commit 5ee096232c
37 changed files with 30 additions and 4088 deletions

View File

@ -59,7 +59,7 @@ fn fails_if_passing_engine_custom_values_to_plugins() {
let actual = nu_with_plugins!(
cwd: "tests/fixtures/formats",
plugin: ("nu_plugin_custom_values"),
"open-db sample.db | custom-value update"
"open sample.db | custom-value update"
);
assert!(actual