limbo/core
2025-06-17 11:42:20 -03:00
..
benches change sample count to 10 2025-05-23 12:37:03 -03:00
ext Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00
functions Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
io core: Switch Completion "is_completed" to use Cell 2025-05-27 14:05:07 +03:00
json Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
mvcc Convert u64 rowid to i64 2025-05-30 13:07:31 +02:00
numeric move numeric file for NonNan visibility 2025-06-11 11:32:17 -03:00
storage return parse error when calling unimplemented pragma checkpoint modes 2025-06-17 11:42:20 -03:00
translate return parse error when calling unimplemented pragma checkpoint modes 2025-06-17 11:42:20 -03:00
vdbe core: Stop treating the contents of a Value::Blob as a String 2025-06-16 21:10:17 +02:00
vector Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
build.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
Cargo.toml add optional serde serialization and deserialization to limbo Value 2025-06-09 11:38:15 -03:00
error.rs Implement basic not null constraint checks 2025-06-05 19:02:31 +03:00
fast_lock.rs Reconstruct WAL frame cache when WAL is opened 2025-05-24 18:29:44 +03:00
function.rs fix warnings and some refactoring 2025-06-11 14:19:06 -03:00
info.rs implement sqlite_source_id function 2025-01-28 14:55:38 -05:00
lib.rs Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03: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 Merge 'Simple integrity check on btree' from Pere Diaz Bou 2025-06-16 13:46:26 +03:00
pseudo.rs wip 2025-03-29 22:02:49 +01:00
result.rs core: transaction support 2024-12-24 18:04:30 +01:00
schema.rs refactor: dereference impl Copy 2025-06-11 14:19:06 -03:00
types.rs Merge 'Complete ALTER TABLE implementation' from Levy A. 2025-06-13 10:23:43 +03:00
util.rs Introduce virtual table types 2025-06-01 07:45:57 +02:00
vtab.rs Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00