limbo/core
Pekka Enberg dc525dd7d1 core/vdbe: Kill call_external_function macro
The call_external_function macro has exactly one call-site and,
therefore, only makes the code harder to read.
2025-03-04 11:01:09 +02:00
..
benches github.com/penberg/limbo was moved to github.com/tursodatabase/limbo 2025-02-08 10:21:49 -03:00
ext Add ipaddr extension 2025-03-02 16:03:46 -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 Escape character is ignored in LIKE function #1051 2025-03-01 18:32:09 +01:00
vdbe core/vdbe: Kill call_external_function macro 2025-03-04 11:01:09 +02: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 Merge 'Clean up extension types API, introduce json text subtype' from Preston Thorpe 2025-03-04 10:24:19 +02: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 Update extension ownership cleanups for new vtab module 2025-03-01 14:27:33 -05: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 Add json subtype for extension value text type 2025-03-01 14:27:33 -05:00
util.rs Merge 'Fix casting text to integer to match SQLite' from Preston Thorpe 2025-02-25 15:44:37 +02:00