mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 15:34:19 +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