limbo/core
2025-08-25 22:59:31 -03: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 'Add documentation and rename functions' from Mikaël Francoeur 2025-08-16 17:45:33 -04:00
incremental refactor Core to remove the double indirection 2025-08-25 22:59:31 -03:00
io core/io: Fix build on Android and iOS 2025-08-25 11:21:46 +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 Apply review suggestions, add logging 2025-08-25 16:56:43 -04:00
time Move time extension to core 2025-06-30 10:01:03 +03:00
translate refactor Core to remove the double indirection 2025-08-25 22:59:31 -03:00
vdbe implement the projector operator for DBSP 2025-08-25 17:48:17 +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 support for lord AEGIS, the fastest and the greatest 2025-08-24 16:15:11 +05:30
error.rs complete parser integration 2025-08-21 15:23:59 -03:00
fast_lock.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
function.rs add unlikely to resolve function 2025-08-12 16:42:38 +05:30
info.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
lib.rs Apply review suggestions, add logging 2025-08-25 16:56:43 -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 switch to new parser 2025-08-21 15:19:16 -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 fix: normalize quotes in update 2025-08-23 03:17:03 -05: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 switch to new parser 2025-08-21 15:19:16 -03:00
util.rs refactor Core to remove the double indirection 2025-08-25 22:59:31 -03: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