datacamp / antlr-plsql

GNU Affero General Public License v3.0
17 stars 14 forks source link

fix parser bug with in expr, ast for expr lists #15

Closed machow closed 7 years ago

machow commented 7 years ago

In expressions of the form below didn't parse...

SELECT x FROM y WHERE x IN (SELECT a FROM b)

but these did

SELECT x FROM y WHERE x IN ((SELECT a FROM b))
machow commented 7 years ago

will push to prod in the morning!

filipsch commented 7 years ago

No test?