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