jetstreamapp / soql-parser-js

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

Fix parser bug with GeoLocationUnit #189

Closed paustint closed 2 years ago

paustint commented 2 years ago

mi and km could not be used in WHERE clauses because it was being identified as a GeolocationUnit instead of a string

resolves #188