crate / cratedb-sqlparse

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

Add verbose options to both python and javascript target to include query and approximate position of the error. #2

Closed surister closed 3 weeks ago

surister commented 3 months ago

From https://github.com/crate/crate/issues/15826

Steps:

We should be able to disable this by:

sqlparse('SELECT 1;', raise_exception=True)

Missing: Javascript target