limbo/core
2025-03-02 23:16:32 +01:00
..
benches github.com/penberg/limbo was moved to github.com/tursodatabase/limbo 2025-02-08 10:21:49 -03:00
ext Fix ownership semantics in extention value conversions 2025-02-17 20:44:45 -05:00
functions restrict chrono to no-dfault-features, update julian_day_converter 2025-02-10 21:58:34 -04:00
io Merge 'Performance improvements for Unix I/O backend' from Preston Thorpe 2025-02-12 09:29:41 +02:00
json Merge 'Json path refine' from Ihor Andrianov 2025-02-10 19:39:20 +02:00
mvcc Merge 'mvcc: comments and small cleanup' from Jussi Saurio 2025-02-15 18:18:01 +02:00
storage fix balance_non_root should trigger balance again 2025-03-02 23:16:32 +01:00
translate Merge 'Implement create virtual table using vtab modules, more work on virtual tables' from Preston Thorpe 2025-02-25 15:31:12 +02:00
vdbe Minor improvements and cleanups in btree 2025-03-01 15:48:42 -05:00
vector remove RC<String> requirement for build_text and new text 2025-02-09 13:44:39 -03:00
build.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
Cargo.toml bump rusqlite to 0.33.0 from 0.29.0 2025-02-18 15:13:15 -05:00
error.rs Implement create virtual table and VUpdate opcode 2025-02-17 20:44:44 -05:00
function.rs cargo fmt 2025-02-06 23:46:00 -03:00
info.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
lib.rs Merge 'Implement SQLite balancing algorithm' from Pere Diaz Bou 2025-02-28 19:10:52 +02:00
parameters.rs rm log, switch all to tracing 2025-02-11 09:03:36 -04:00
pseudo.rs core: Rename OwnedRecord to Record 2025-02-06 13:40:34 +02:00
result.rs core: transaction support 2024-12-24 18:04:30 +01:00
schema.rs Merge 'Implement create virtual table using vtab modules, more work on virtual tables' from Preston Thorpe 2025-02-25 15:31:12 +02:00
types.rs core: Kill value type 2025-02-26 10:57:45 +02:00
util.rs Merge 'Fix casting text to integer to match SQLite' from Preston Thorpe 2025-02-25 15:44:37 +02:00