simple-sql-parser
simple-sql-parser copied to clipboard
Include token positions into AST
Token positions are required to preserve original expression formatting after refactoring - modified AST is transformed back to SQL source.
Transforming SQL and maintaining the formatting of the unchanged bits (and preserving comments) is something I've wished I've had on many occasions, so I think this would be a great feature.