mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 13:34:24 +01:00
Fix codegen for `CAST` expression and also adjust implementation of `CAST: Real -> Int` because `SQLite` use "closest integer between the REAL value and zero" as a CAST result. Closes #956