limbo/core/vdbe
2025-11-22 09:57:03 +02:00
..
affinity.rs change convert function to accept 1 value 2025-11-07 12:47:39 -03:00
builder.rs core/vdbe: Replace unwrap() calls with expect() in builder.rs 2025-11-22 09:57:03 +02:00
execute.rs core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02:00
explain.rs triggers: add execution plumbing to translation and vdbe layers 2025-11-18 15:19:01 +02:00
insn.rs triggers: add capability for DeletePlan to write the write set into a RowSet first 2025-11-18 15:19:01 +02:00
likeop.rs Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
metrics.rs add metrics and implement the .stats command 2025-08-18 09:11:06 -05:00
mod.rs core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02:00
rowset.rs Add RowSet<Add/Read/Test> instructions and rowset implementation 2025-11-12 11:39:40 +02:00
sorter.rs change Text variant in ValueRef to hold a TextRef that can automatically convert to &str avoiding string allocations everywhere 2025-11-07 12:47:39 -03:00
value.rs Change Value::Text to use a Cow<'static, str> instead of Vec<u8> 2025-11-11 16:11:46 -03:00