limbo/core
Jussi Saurio d44052d230 rename
2025-05-22 12:49:36 +03:00
..
benches add bench for select count 2025-05-10 22:23:01 -03:00
ext Add CSV extension 2025-05-21 09:22:59 +02:00
functions Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
io shared lock on file and throw ReadOnly error in transaction 2025-05-02 16:30:48 -03:00
json Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
mvcc clippy 2025-03-25 17:13:31 +02:00
numeric numeric types overhaul 2025-04-23 08:34:58 -03:00
storage reduce attempts for fuzz_long overflow 2025-05-21 15:40:42 +02:00
translate rename 2025-05-22 12:49:36 +03:00
vdbe Fix bug in op_decr_jump_zero() 2025-05-22 11:40:49 +03:00
vector Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
build.rs
Cargo.toml Add CSV extension 2025-05-21 09:22:59 +02:00
error.rs page_cache: fix insert and evict logic 2025-05-21 14:09:39 +02:00
fast_lock.rs Remove unlock method and move it to guard's drop. 2025-03-27 18:45:05 +05:30
function.rs add Func::is_deterministic() 2025-04-24 11:05:21 +03:00
info.rs
lib.rs Merge 'Initial Support for Nested Translation' from Pedro Muniz 2025-05-22 10:52:00 +03:00
numeric.rs Rename OwnedValue -> Value 2025-05-15 09:59:46 +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
pseudo.rs wip 2025-03-29 22:02:49 +01:00
result.rs
schema.rs Merge 'btree: Remove assumption that all btrees have a rowid' from Jussi Saurio 2025-05-21 14:53:00 +03:00
types.rs Doc comment for IndexKeyInfo (thanks copilot) 2025-05-20 14:22:17 +03:00
util.rs Normalize column names when creating virtual tables 2025-05-21 08:30:26 +02:00