limbo/core
2025-09-04 13:02:10 +07: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 merge main 2025-09-02 18:25:20 +07:00
incremental Merge 'refactor parser fmt' from Lâm Hoàng Phúc 2025-09-02 18:35:43 +03:00
io Merge 'Evict page from cache if page is unlocked and unloaded' from Pedro Muniz 2025-09-02 09:08:12 +03:00
json remove Result from signature 2025-08-21 14:45:00 -04:00
mvcc remove unnecessary argument 2025-08-25 12:24:39 +04:00
numeric chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
storage Merge 'introduce eq/contains/starts_with/ends_with_ignore_ascii_case macros' from Lâm Hoàng Phúc 2025-09-02 18:35:14 +03:00
time Move time extension to core 2025-06-30 10:01:03 +03:00
translate Merge 'refactor parser fmt' from Lâm Hoàng Phúc 2025-09-02 18:35:43 +03:00
vdbe Merge 'refactor parser fmt' from Lâm Hoàng Phúc 2025-09-02 18:35:43 +03:00
vector rename functions 2025-08-15 17:08:53 -04: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 add parking_lot to simulator 2025-09-01 11:11:25 -03:00
error.rs impl Error for CacheError and propagate it into LimboError 2025-09-01 11:10:39 -03:00
fast_lock.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
function.rs fix: reintroduce rename 2025-08-30 03:10:39 -03:00
info.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
lib.rs core: Make strict schema support experimental 2025-09-02 16:40:02 +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 core: Initial pass on synchronous pragma 2025-08-28 16:02:41 +03: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 merge main 2025-09-02 18:25:20 +07: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 Merge 'Simulate I/O in memory' from Pedro Muniz 2025-09-02 13:28:48 +03:00
util.rs add test 2025-09-04 13:02:10 +07:00
uuid.rs Move UUID extension to core 2025-06-30 09:54:13 +03:00
vtab.rs complete parser integration 2025-08-21 15:23:59 -03:00
vtab_view.rs Implement very basic views using DBSP 2025-08-10 23:34:04 -05:00