limbo/core/vdbe
Luca Muscat a5ac1884c1 core: Stop treating the contents of a Value::Blob as a String
By encoding a Vec<u8> (vector of bytes), a lossy conversion from a
`Vec<u8>` to a `String` occurs. The lossy conversion leads to an
incorrect hex value to be displayed.

Avoid the lossy conversion and let the `hex` crate do its thing.
2025-06-16 21:10:17 +02:00
..
builder.rs Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00
execute.rs core: Stop treating the contents of a Value::Blob as a String 2025-06-16 21:10:17 +02:00
explain.rs Merge 'Fix update queries to set n_changes ' from Kim Seon Woo 2025-06-16 16:30:20 +03:00
insn.rs Merge 'Fix update queries to set n_changes ' from Kim Seon Woo 2025-06-16 16:30:20 +03:00
likeop.rs Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
mod.rs Merge 'Simple integrity check on btree' from Pere Diaz Bou 2025-06-16 13:46:26 +03:00
sorter.rs refactor BtreeCursor and Sorter to accept Vec of collations 2025-05-19 15:22:55 -03:00