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
Nils Koch
828d4f5016
fix clippy errors for rust 1.88.0 (auto fix)
2025-07-12 18:58:41 +03:00
pedrocarlo
711b1ef114
make all run_once be run under statement or connection so that rollback is called
2025-07-07 11:51:25 -03:00
Pekka Enberg
53ba3ff926
Rename limbo_core crate to turso_core
2025-06-29 09:59:17 +03:00
Pekka Enberg
90c1e3fc06
Switch Connection to use Arc instead of Rc
...
Connection needs to be Arc so that bindings can wrap it with `Mutex` for
multi-threading.
2025-06-16 10:43:19 +03:00
pedrocarlo
907794cb07
add path completion for .import
2025-04-04 19:04:42 -03:00
pedrocarlo
fe25035c7c
display name in clap is buggy
2025-03-30 01:46:24 -03:00
pedrocarlo
02c466cb1f
start of refactor of repl to use clap
2025-03-30 01:44:58 -03:00