limbo/core
2025-08-13 15:26:25 +04:00
..
benches adjust mvcc code to return completions in state machines 2025-08-13 10:24:55 +03:00
ext Remove extension Conn from VirtualTable to survive schema changes 2025-08-06 16:27:26 -04:00
functions make unixepoch to return i64 2025-07-16 14:02:56 +04:00
incremental adjust types.rs util.rs view.rs and mvcc to bubble io 2025-08-13 10:24:55 +03:00
io add debug logs to the memory io 2025-08-13 15:23:18 +04:00
json properly pass subtype 2025-07-14 11:20:49 +04:00
mvcc rename flag to wal_auto_checkpoint_disabled 2025-08-13 15:26:25 +04:00
numeric chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
storage rename flag to wal_auto_checkpoint_disabled 2025-08-13 15:26:25 +04:00
time Move time extension to core 2025-06-30 10:01:03 +03:00
translate fix: check if index exists with the same name 2025-08-13 08:55:17 +03:00
vdbe rename flag to wal_auto_checkpoint_disabled 2025-08-13 15:26:25 +04: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
Cargo.toml chore: use rusqlite 0.37 with bundled sqlite everywhere 2025-08-11 15:13:57 +03: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
lib.rs rename flag to wal_auto_checkpoint_disabled 2025-08-13 15:26:25 +04:00
parameters.rs
pragma.rs Merge 'Feat/pragma module list' from Lucas Forato 2025-08-11 13:54:24 -04: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 cleanups - use io.block in many functions and return_if_io 2025-08-13 08:32:38 +03:00
series.rs Replace ConstraintInfo::plan_info with ConstraintInfo::index 2025-08-05 05:48:29 +02:00
state_machine.rs adjust mvcc code to return completions in state machines 2025-08-13 10:24:55 +03:00
types.rs adjust types.rs util.rs view.rs and mvcc to bubble io 2025-08-13 10:24:55 +03:00
util.rs adjust types.rs util.rs view.rs and mvcc to bubble io 2025-08-13 10:24:55 +03:00
uuid.rs Move UUID extension to core 2025-06-30 09:54:13 +03:00
vtab.rs feat: removed module_name from VirtualTable, instead looking only at symbol tables 2025-08-11 11:43:32 -03:00
vtab_view.rs Implement very basic views using DBSP 2025-08-10 23:34:04 -05:00