mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 22:14:23 +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