limbo/core
2025-09-30 13:58:59 +04:00
..
benches mvcc: remove unused states and fields from CommitStateMachine 2025-09-25 08:12:12 +03:00
ext remove mvvmode and set logical log as default 2025-09-18 18:22:25 +02:00
functions core/printf: Fix printf compatibility with %f, %x and %o substitutions 2025-09-30 01:02:09 -03:00
incremental Merge 'Fix column fetch in joins' from Glauber Costa 2025-09-29 12:34:45 -04:00
io Merge 'core/io: Ensure callbacks are invoked once' from Pedro Muniz 2025-09-22 11:44:39 +03:00
json implement json_tree 2025-09-23 14:22:02 -04:00
mvcc Merge 'Make MVCC code Send and Sync' from Pekka Enberg 2025-09-27 08:21:01 +03:00
numeric feat: add CAST to fuzzer 2025-09-24 18:06:55 -03:00
storage Merge 'Improve encryption module' from Avinash Sajjanshetty 2025-09-29 11:04:31 -04:00
time Move time extension to core 2025-06-30 10:01:03 +03:00
translate remove parameter id assign logic from core 2025-09-30 13:58:59 +04:00
vdbe Merge 'core/vdbe: Fix BEGIN after BEGIN CONCURRENT check' from Pekka Enberg 2025-09-30 11:34:40 +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
Cargo.toml use 128-bit hashes for the zset_id 2025-09-25 22:52:08 -03:00
error.rs cleanup remove unnecessary comments and correct spelling 2025-09-24 19:11:48 +05:30
fast_lock.rs remove some unnecessary unsafe impls 2025-09-21 13:29:59 -03:00
function.rs core/function: Wrap ExtFunc in Arc 2025-09-17 11:57:23 +03:00
info.rs
lib.rs core: Disallow CREATE INDEX when MVCC is enabled 2025-09-29 19:38:08 +03:00
parameters.rs remove parameter id assign logic from core 2025-09-30 13:58:59 +04:00
pragma.rs add busy_timeout pragma 2025-09-19 16:48:12 +04:00
pseudo.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
schema.rs remove usage of expr.to_string() and fix normalize util test 2025-09-29 11:36:12 +04:00
series.rs Replace ConstraintInfo::plan_info with ConstraintInfo::index 2025-08-05 05:48:29 +02:00
state_machine.rs mvcc: simplify StateMachine 2025-09-22 16:37:31 +03:00
types.rs fix(3306): substr scalar should also work with non-text values 2025-09-29 21:42:21 -03:00
util.rs fix bug 2025-09-29 12:28:27 +04:00
uuid.rs Move UUID extension to core 2025-06-30 09:54:13 +03:00
vtab.rs implement json_tree 2025-09-23 14:22:02 -04:00