mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 04:54:21 +01:00
Add support for `ifnull` scalar function ### EXPLAIN SELECT ifnull(null, 20);  ### Related issue https://github.com/penberg/limbo/issues/144 Closes #290