You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 @? 🙌
The text was updated successfully, but these errors were encountered:
Hi! The library that my project utilises (
pg-mem
) depends onpsql-ast-parser
library.Recently I wanted to add support for
@?
operator for mypg-mem
postgres instance. This errored and pointed me to this AST parser project. I checked the the source code ofpsql-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
@?
🙌The text was updated successfully, but these errors were encountered: