limbo/core
Pekka Enberg f979903633 Merge 'Load static extensions once and store on Database instead of once per connection' from Preston Thorpe
To help make the connection speed faster, we don't need to register
these every time as they are compiled in.

Closes #2213
2025-07-22 09:16:22 +03:00
..
benches bench: add insert benchmark (batch sizes: 1,10,100) 2025-07-15 13:41:56 +03:00
ext Remove duplicate case and just send Mutex along with schema for extension registrations 2025-07-21 20:06:14 -04:00
functions make unixepoch to return i64 2025-07-16 14:02:56 +04:00
io clappy 2025-07-18 11:01:57 +03:00
json properly pass subtype 2025-07-14 11:20:49 +04:00
mvcc core/mvcc: Adjust cursor tests 2025-07-17 21:43:07 +03:00
numeric chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
storage Remove unneeded changes 2025-07-21 19:24:24 -04:00
time Move time extension to core 2025-06-30 10:01:03 +03:00
translate Merge 'Fix duplicate SET statement compatibility with SQLite' from Ihor Andrianov 2025-07-22 09:02:16 +03:00
vdbe Switch back to std::mutex because it was an unnecessary change 2025-07-21 19:20:17 -04:00
vector modify based on review comments 2025-07-10 19:15:39 +08: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 Core: Introduce external sorting 2025-07-18 07:28:36 +02:00
error.rs Add a way to semi randomly generate rowid when the max rowid reaches 2025-07-14 13:09:34 +05:30
fast_lock.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
function.rs Merge 'core/vector: Euclidean distance support for vector search' from KarinaMilet 2025-07-14 13:07:20 +03:00
info.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
lib.rs Remove unneeded changes 2025-07-21 19:24:24 -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 pragma database_list 2025-07-21 08:49:35 -05:00
pseudo.rs chore: fix clippy warnings 2025-06-23 19:52:13 +01:00
result.rs core: transaction support 2024-12-24 18:04:30 +01:00
schema.rs wrap special column names with [] in BTreeTable to_sql 2025-07-20 21:20:59 +01:00
series.rs Treat table-valued functions as tables 2025-07-14 07:16:53 +02:00
types.rs fix moved_before handling in cursor.insert 2025-07-18 13:48:23 +03:00
util.rs feat: IOExt utility trait 2025-07-19 01:40:42 -03:00
uuid.rs Move UUID extension to core 2025-06-30 09:54:13 +03:00
vtab.rs Treat table-valued functions as tables 2025-07-14 07:16:53 +02:00