pgsql-ast-parser
pgsql-ast-parser copied to clipboard
Add support for parenthized subselects
The real postgres parser supports parentheses around a full select expression, or the select expression in a subselect. This adds support to the parser for these parentheses. They don't change the output AST, but they didn't parse before.
failling test :(