mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-10 19:54:24 +01: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
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture