- Fix error matching issue when missing EOF
- Set CrateDB version to 5.8.3
- Fix error matching issue due to wrong error.query trimming in find_suitable_error
- Export
Statement
in both Python and Javascript target - Fixed query parsing when expression includes special characters like
\n
,\r
, or\t
- Fixed sqlparse crash on missing error context
- Improve error matching on single statements
- Add Table model, save all table references to metadata.tables
- Javascript: Fixing type declaration on export in package.json
- Javascript: Implement ExceptionCollectorListener and make it default behaviour
- Improve heuristics of assigning an error to its statement
- Add with_properties and interpolated_properties
- Extract metadata from the query into the statement
- Initial release