mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 13:04:20 +01:00
Fix codegen for binary functions and add fuzz test for math functions (we need to compile `rusqlite` with `-DSQLITE_ENABLE_MATH_FUNCTIONS` in order to bundle sqlite with math functions compiled) Reviewed-by: Jussi Saurio (@jussisaurio) Closes #1015
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture