limbo/core
2025-09-16 10:04:30 -04:00
..
benches benchmark: introduce simple 1 thread concurrent benchmark for mvcc/sqlite/wal 2025-09-12 14:02:57 +00:00
ext use new internal virtual table type 2025-09-05 14:56:05 -04:00
functions Merge 'core: Support ceiling modifier in datetime' from Ceferino Patino 2025-09-10 14:46:07 +03:00
incremental Encryption support for database header page 2025-09-16 10:04:30 -04:00
io Handle partial writes in unix IO for pwrite and pwritev 2025-09-12 18:13:02 -04:00
json Merge 'Fix jsonb functions check valid json string binary' from 2025-09-10 14:44:54 +03:00
mvcc core/mvcc: queue write txn commits in mvcc on pager end_tx 2025-09-12 14:00:02 +00:00
numeric fix: math function parameter conversion 2025-09-10 20:49:30 -03:00
storage Encryption support for database header page 2025-09-16 10:04:30 -04:00
time Move time extension to core 2025-06-30 10:01:03 +03:00
translate core: Panic on fsync() error by default 2025-09-13 10:21:12 +03:00
vdbe Merge 'core/vdbe: Fix BEGIN CONCURRENT transactions' from Pekka Enberg 2025-09-12 23:11:12 +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 checksums behind a feature flag 2025-09-13 11:00:39 +05:30
error.rs Add checksum module 2025-09-13 11:00:37 +05:30
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 Encryption support for database header page 2025-09-16 10:04:30 -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 core: Panic on fsync() error by default 2025-09-13 10:21:12 +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 'Fixes views' from Glauber Costa 2025-09-12 07:43:32 -04:00
series.rs Replace ConstraintInfo::plan_info with ConstraintInfo::index 2025-08-05 05:48:29 +02:00
state_machine.rs core/mvcc: make commit_txn return on I/O 2025-09-02 17:07:38 +02:00
types.rs on reprepare create new state with updated number of cursors and 2025-09-11 12:50:22 -03:00
util.rs Merge 'Refactor parseschema' from Jussi Saurio 2025-09-11 13:35:36 +03:00
uuid.rs Move UUID extension to core 2025-06-30 09:54:13 +03:00
vtab.rs put json_each behind feature 2025-09-05 14:56:09 -04:00