mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
When building text values, we could not pass ownership of newly created strings, which meant a lot of the times we were double cloning strings, one to transform, and one to build the Value Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #3932 |
||
|---|---|---|
| .. | ||
| fuzz | ||
| integration | ||
| Cargo.toml | ||
| lib.rs | ||
| README.md | ||
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture