jetstreamapp / soql-parser-js

Javascript SOQL parser
https://jetstreamapp.github.io/soql-parser-js/
MIT License
77 stars 20 forks source link

GROUP BY does not allow multiple functions #149 #150

Closed paustint closed 3 years ago

paustint commented 3 years ago

Fixed groupBy to allow fields and functions to be combined Modified groupBy and orderBy to always return arrays Moved having clause to the root Query object

resolved #149