limbo/core
Pekka Enberg 7f91768ff6 core/translate: Unify no such table error messages
We're now mixing different error messages, which makes compatibility
testing pretty hard. Unify on a single, SQLite compatible error message
"no such table".
2025-07-07 11:10:46 +03:00
..
benches Fix URLs to point to github.com/tursodatabase/turso 2025-06-30 11:23:53 +03:00
ext Move series extension to core 2025-06-30 10:29:34 +03:00
functions chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
io ios support 2025-07-02 00:11:42 +07:00
json chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
mvcc chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
numeric chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
storage add option to disable wal checkpoint 2025-07-03 12:04:17 -03:00
time Move time extension to core 2025-06-30 10:01:03 +03:00
translate core/translate: Unify no such table error messages 2025-07-07 11:10:46 +03:00
vdbe Fix Glob ScalarFunc to handle NULL and other Value types. 2025-07-06 13:18:21 +05:30
vector chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
assert.rs core: Add Antithesis-aware turso_assert 2025-06-29 11:46:18 +03:00
build.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
Cargo.toml Merge 'Fix boxed memory leaks' from Ihor Andrianov 2025-07-02 19:42:54 +03:00
error.rs Rename limbo_sqlite3_parser crate to turso_sqlite3_parser 2025-06-29 12:34:46 +03:00
fast_lock.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
function.rs Rename limbo_ext crate to turso_ext 2025-06-29 12:14:08 +03:00
info.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
lib.rs move disable behavior to connection instead of checkpoint 2025-07-03 12:05:53 -03:00
parameters.rs Consolidate match case in parameters push to handle all anonymous params in one case 2025-05-13 14:42:12 -04:00
pragma.rs Rename limbo_sqlite3_parser crate to turso_sqlite3_parser 2025-06-29 12:34:46 +03:00
pseudo.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
result.rs core: transaction support 2024-12-24 18:04:30 +01:00
schema.rs fix type null spacing 2025-07-03 12:53:15 +02:00
series.rs Move series extension to core 2025-06-30 10:29:34 +03:00
types.rs Rename limbo_sqlite3_parser crate to turso_sqlite3_parser 2025-06-29 12:34:46 +03:00
util.rs Add readonly option to db connection and add method to open new connection via URI 2025-06-30 22:03:51 -04:00
uuid.rs Move UUID extension to core 2025-06-30 09:54:13 +03:00
vtab.rs Rename limbo_sqlite3_parser crate to turso_sqlite3_parser 2025-06-29 12:34:46 +03:00