pgsql-ast-parser icon indicating copy to clipboard operation
pgsql-ast-parser copied to clipboard

Add support for `@?` operator

Open togiolda opened this issue 2 years ago • 0 comments

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 @? 🙌

togiolda avatar Aug 30 '23 13:08 togiolda