Skip to content

v.0.2.5

Choose a tag to compare

@vitaly-t vitaly-t released this 23 Apr 17:09
· 116 commits to master since this release

Improved error reporting. Type SQLParsingError got method toString to properly format itself, plus inspect override that calls toString for proper output into the console.

Example of the console output when doing console.log(error):

SQLParsingError {
    code: parsingErrorCode.unclosedQI
    message: "Unclosed quoted identifier."
    position: {line: 1, col: 6}
}