Ayanga
Ayanga
Try adding those values back to your `build.sbt` and see what happens. That's what worked for me. ``` configs(IntegrationTest) Defaults.itSettings ```
the [type definitions](https://github.com/taozhi8833998/node-sql-parser/blob/master/types.d.ts) have been pretty helpful for me
this already exists...when a parsing error is thrown, the error object contains it's exact location, e.g.: ```json { "message": "Expected \"!=\", \"#-\", \"#>\", \"#>>\", \"%\", \"&&\", \"'\", \"(\", \"*\", \"+\",...