mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +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