oguimbal / pgsql-ast-parser

Yet another simple Postgres SQL parser
304 stars 43 forks source link

fix: complete unary operator/expression support #163

Open markandrus opened 6 months ago

markandrus commented 6 months ago

Attempt to fix #162 by implementing the remaining unary operators.

I had to tweak the lexer to keep tests passing. Not 100% about my approach there, but it's working for old and new tests.