crate / cratedb-sqlparse

Parsing utilities to validate and split SQL statements for CrateDB.
Apache License 2.0
4 stars 1 forks source link

Improve heuristics of assigning an error to its statement #34

Closed surister closed 1 month ago

surister commented 1 month ago

Summary of the changes / Why this is an improvement

Found an fixed an edge case where error was not being assigned to statement.

Checklist

surister commented 1 month ago

Will fix lint later