jetstreamapp / soql-parser-js

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

Convert to jest, bugfixes #198

Closed paustint closed 2 years ago

paustint commented 2 years ago

Converted test framework to Jest

non-string values passed in to a where clause would throw #121

soql query would be improperly formed if the operator was an array type such as IN, but the value and literal types were not arrays. #107

resolves #121 resolves #107