mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 20:44:23 +01:00
(after fixing complicated b-tree bugs - I want to end my day with the joy of fixing simple bugs) This PR fix bug in emit (which was introduced after switch from `HashMap` to `Vec`) and also align `CASE` codegen in case of `NULL` result from `WHEN` clause with SQLite behaviour. Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #953