limbo/core
2025-08-08 09:03:38 -04:00
..
benches bench/insert: use locking_mode EXCLUSIVE and journal_mode=WAL for sqlite 2025-08-06 21:40:43 +03:00
ext Disable extension loading for wasm 2025-07-28 14:49:07 -03:00
functions make unixepoch to return i64 2025-07-16 14:02:56 +04:00
io Fix borrow method on WindowsIO 2025-08-05 22:26:19 -04:00
json properly pass subtype 2025-07-14 11:20:49 +04:00
mvcc core/mvcc: implement exists 2025-08-05 13:34:51 +02:00
numeric chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
storage Merge 'IO More State Machine' from Pedro Muniz 2025-08-06 21:26:19 +03:00
time Move time extension to core 2025-06-30 10:01:03 +03:00
translate handle single, double and unquoted strings in values clause 2025-08-08 09:03:38 -04:00
vdbe feat: add DropColumn instruction 2025-08-06 13:39:30 -03:00
vector fix clippy 2025-07-31 20:51:43 +05:30
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 hind dangerous methods behind conn_raw_api feature 2025-08-04 12:40:28 +04:00
error.rs Merge 'Integrate virtual tables with optimizer' from Piotr Rżysko 2025-08-05 09:22:08 +03:00
fast_lock.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
function.rs rename subvector to vector_slice 2025-07-30 13:34:49 +05:30
info.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
lib.rs Remove RefCell from IO and Page apis 2025-08-05 16:24:49 -04: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 Replace ConstraintInfo::plan_info with ConstraintInfo::index 2025-08-05 05:48:29 +02:00
pseudo.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
result.rs Fix transaction read0 shortcut in WAL and track whether we have snapshot 2025-07-30 14:08:33 +03:00
schema.rs change every Rc to Arc in schema internals 2025-07-28 10:51:17 +02:00
series.rs Replace ConstraintInfo::plan_info with ConstraintInfo::index 2025-08-05 05:48:29 +02:00
state_machine.rs state_machine: remove State associated type 2025-08-01 20:04:27 +02:00
types.rs core/types: add IOResult::is_io() helper 2025-08-06 07:46:51 +03:00
util.rs feat: zero-copy DatabaseHeader 2025-07-30 17:33:59 -03:00
uuid.rs Move UUID extension to core 2025-06-30 09:54:13 +03:00
vtab.rs Add ResultCode to best_index result 2025-08-04 20:18:44 +02:00