limbo/core
Jussi Saurio 95c6c7581b bench/insert: use PRAGMA synchronous=full
synchronous=FULL means WAL is fsynced on every commit,
which is what we also do.

however we do not do the padding to sector alignment that
sqlite does (see #2450), which makes sqlite do more work
than we do.
2025-08-07 13:40:14 +03:00
..
benches bench/insert: use PRAGMA synchronous=full 2025-08-07 13:40:14 +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
io Fix borrow method on WindowsIO 2025-08-05 22:26:19 -04:00
json properly pass subtype 2025-07-14 11:20:49 +04:00
mvcc core/mvcc: implement exists 2025-08-05 13:34:51 +02:00
numeric chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
storage Merge 'turso-sync: rewrite' from Nikita Sivukhin 2025-08-07 07:58:02 +03:00
time Move time extension to core 2025-06-30 10:01:03 +03:00
translate Merge 'Return error on attempting to drop index associated with PRIMARY KEY and UNIQUE constraints' from 2025-08-07 09:00:02 +03:00
vdbe Use load_insn macro for op_journal_mode 2025-08-06 23:42:47 -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 implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
Cargo.toml hind dangerous methods behind conn_raw_api feature 2025-08-04 12:40:28 +04: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 implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
lib.rs Remove RefCell from IO and Page apis 2025-08-05 16:24:49 -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 implement the MaxPgCount opcode 2025-08-06 13:20:15 -05: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 change every Rc to Arc in schema internals 2025-07-28 10:51:17 +02:00
series.rs Replace ConstraintInfo::plan_info with ConstraintInfo::index 2025-08-05 05:48:29 +02:00
state_machine.rs state_machine: remove State associated type 2025-08-01 20:04:27 +02:00
types.rs core/types: add IOResult::is_io() helper 2025-08-06 07:46:51 +03:00
util.rs feat: zero-copy DatabaseHeader 2025-07-30 17:33:59 -03:00
uuid.rs Move UUID extension to core 2025-06-30 09:54:13 +03:00
vtab.rs Remove extension Conn from VirtualTable to survive schema changes 2025-08-06 16:27:26 -04:00