oguimbal / pgsql-ast-parser

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

Add support for `@?` operator #136

Open togiolda opened 1 year ago

togiolda commented 1 year ago

Hi! The library that my project utilises (pg-mem) depends on psql-ast-parser library.

Recently I wanted to add support for @? operator for my pg-mem postgres instance. This errored and pointed me to this AST parser project. I checked the the source code of psql-ast-parser and actually couldn't find any definition of @? operator.

I'd be really grateful if you could have a look at this problem and consider adding the support for @? 🙌