-
Notifications
You must be signed in to change notification settings - Fork 631
Open
Milestone
Description
It is often useful to be able to generate SQL from the AST. This opens up possibilities for SQL manipulation or translation. The write should recursively walk the AST and write SQL to a writer / output stream.
A secondary benefit of having a writer is that it often simplifies writing unit tests for the parser, since a SQL statement can be parsed and re-written and then the output can be compared with the input (ignoring whitespace differences)
mitar, jmzagorski, juaby, nhynes, weishuhn and 4 more
Metadata
Metadata
Assignees
Labels
No labels