ms705 / nom-sql

Rust SQL parser written using nom
MIT License
232 stars 41 forks source link

Separate HAVING and GROUP BY parsing #72

Open soulstompp opened 2 years ago

soulstompp commented 2 years ago

This change addresses https://github.com/ms705/nom-sql/issues/71 by ensuring that an independent HAVING clause parses correctly. In general I will try to avoid any changes change the AST, but I felt in this case the changes made it more accurate.