limbo/core
2025-02-09 01:13:12 +01:00
..
benches core/mvcc: Rename Database to MvStore 2025-02-07 07:40:33 +02:00
ext core: silence some unused warnings when building without default features 2025-02-09 01:13:12 +01:00
functions core: Move strftime to functions module 2025-02-06 13:53:36 +02:00
io core: silence some unused warnings when building without default features 2025-02-09 01:13:12 +01:00
json corrected to use newly created as_str function to convert to string slice 2025-02-07 00:07:51 -03:00
mvcc core/mvcc: Minor code cleanups 2025-02-08 10:55:13 +02:00
storage core: silence some unused warnings when building without default features 2025-02-09 01:13:12 +01:00
translate core: silence some unused warnings when building without default features 2025-02-09 01:13:12 +01:00
vdbe Merge 'Implement json_quote' from Pedro Muniz 2025-02-07 13:33:05 +02:00
vector cargo fmt 2025-02-06 10:44:37 +02:00
build.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
Cargo.toml core: make io_uring feature non-default. All crates that depend on core select it by default. This enables us to build CLI without io_uring, which before this commit would still have used io_uring in core. 2025-02-09 01:12:27 +01:00
error.rs printf: this commit adds support for https://github.com/tursodatabase/limbo/issues/885 tracking printf functionality 2025-02-04 20:05:14 +05:30
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 Add quickcheck tests for generate_series() and refine implementation 2025-02-06 18:36:21 +02:00
parameters.rs syntactic changes: adds default impl to Parameters based on new(), fixes Clippy warn https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default 2025-01-18 19:21:50 +01: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 Refactor vtable impl and remove Rc Refcell from module 2025-02-06 09:15:39 -05:00
types.rs Initial virtual table implementation 2025-02-06 07:51:50 -05:00
util.rs Apply new planner structure to virtual table impl 2025-02-06 09:15:28 -05:00