limbo/cli
Pekka Enberg 6fcf66be3d
Merge 'pyturso: fix panic' from Nikita Sivukhin
`resume` was not re-entrant and panicked in case when was called after
operation completion.
```
thread '<unnamed>' panicked at sync/sdk-kit/src/turso_async_operation.rs:59:20:
`async fn` resumed after completion
...
```
This PR makes `resume` method for `PyTursoAsyncOperation` re-entrant
(like in the c-api) and also convert exception type in the sync module

Closes #4315
2025-12-22 09:09:37 +02:00
..
commands adjust import to use new helper function 2025-12-19 17:20:45 -03:00
config cli: fix not being able to redirect traces to a file from inline query 2025-07-16 13:55:48 +03:00
docs config docs 2025-05-17 15:51:17 -03:00
manuals Update man pages for encryption 2025-10-03 12:18:55 +05:30
app.rs mark triggers as experimental 2025-12-21 21:18:15 +02:00
build.rs Add built-in manual pages for Turso 2025-09-24 11:29:24 -03:00
Cargo.toml Merge branch 'main' into local-sync-server 2025-12-18 15:13:56 +04:00
helper.rs refactor rest of cli to use helper 2025-12-19 17:20:46 -03:00
input.rs refactor rest of cli to use helper 2025-12-19 17:20:46 -03:00
main.rs cargo fmt 2025-12-18 16:34:48 +04:00
manual.rs clippy 2025-10-19 13:25:40 +05:30
mcp_server.rs refactor rest of cli to use helper 2025-12-19 17:20:46 -03:00
opcodes_dictionary.rs clarify opcode 2025-11-15 20:22:27 -05:00
read_state_machine.rs simplify tokenization of cli sql 2025-12-15 16:54:00 -03:00
SQL.sublime-syntax Highlight the EXPLAIN keyword 2025-08-22 22:49:58 -07:00
sync_server.mdx fix bug in sync server implementation 2025-12-21 11:54:54 +04:00
sync_server.rs fix bug in sync server implementation 2025-12-21 11:54:54 +04:00