mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
support the HAVING clause. note that sqlite (and i think standard sql?) supports HAVING even without GROUP BY, but `sqlite3-parser` doesn't. also fixes some issues with the PartialOrd implementation of OwnedValue and the implementations of `concat` and `round` which i discovered due to my HAVING tcl tests failing Closes #420