node-sql-parser icon indicating copy to clipboard operation
node-sql-parser copied to clipboard

have line/char available in AST?

Open jlmgtech opened this issue 1 year ago • 2 comments

Not a bug, more of a feature. I wasn't sure where to ask. I'm writing an interpreter for SQL and I'd like to tell the user exactly where they made a semantic error. I was going to use sqlify() to render the branch of the tree the problem occurred on, but sqlify only accepts top-level ast nodes (for instance, I can't sqlify a column_ref). Is there something I can use to visually show the user where their error was made (perhaps line numbers somewhere or an offset, or maybe another sqlify function?).

Thank you.

jlmgtech avatar May 29 '23 15:05 jlmgtech