glaredb icon indicating copy to clipboard operation
glaredb copied to clipboard

Enrich sql parser errors

Open greyscaled opened this issue 2 years ago • 1 comments

Error: sql parser error: Expected ), found: =

It would be nice if line and column information was available, so I know where the problem is

greyscaled avatar Nov 01 '23 14:11 greyscaled

Working on getting us some stuff to allow for adding context to errors: https://github.com/sqlparser-rs/sqlparser-rs/pull/1046.

scsmithr avatar Nov 16 '23 04:11 scsmithr