mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-26 11:24:32 +01:00
SQLite generates those in aggregations like min / max with collation information either in the table definition or in the column expression. We currently generate the wrong result here, and properly generating the bytecode instruction fixes it.