jetstreamapp / soql-parser-js

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

fixed getFlattenedFields bug #157 #158

Closed paustint closed 3 years ago

paustint commented 3 years ago

getFlattenedFields() Did not return correct results if the aggregate function was nested in another function, such as FORMAT(MAX(CreatedDate))

resolves #157