limbo/cli
Pekka Enberg b13a0bb549 cli: Fail import command if table does not exists
SQLite creates a table if it does not exists, but we just silently
ignore the data. Let's add an error if table does not exist until we fix
this.

Refs #2079
2025-07-14 12:24:58 +03:00
..
commands cli: Fail import command if table does not exists 2025-07-14 12:24:58 +03:00
config fix clippy errors for rust 1.88.0 (auto fix) 2025-07-12 18:58:41 +03:00
docs config docs 2025-05-17 15:51:17 -03:00
app.rs Another post-rebase clippy round with 1.88.0 2025-07-12 19:10:56 +03:00
build.rs adding table colors 2025-03-06 15:52:20 -03:00
Cargo.toml Move completion extension dependency to CLI 2025-06-29 13:32:17 +03:00
helper.rs make all run_once be run under statement or connection so that rollback is called 2025-07-07 11:51:25 -03:00
input.rs fix clippy errors for rust 1.88.0 (auto fix) 2025-07-12 18:58:41 +03:00
main.rs fix clippy errors for rust 1.88.0 (auto fix) 2025-07-12 18:58:41 +03:00
opcodes_dictionary.rs fix: lint warnings 2024-07-08 22:43:11 +05:30
SQL.sublime-syntax highlight candidate 2025-03-06 16:33:23 -03:00