pgsql-ast-parser
pgsql-ast-parser copied to clipboard
Feat/is distinct from
Adds support for postgres IS DISTINCT FROM and IS NOT DISTINCT FROM operators.
I'm not familiar with nearley, so let me know if there's a better approach for this.
This should help address the following issues:
- https://github.com/oguimbal/pg-mem/issues/217
- https://github.com/oguimbal/pgsql-ast-parser/issues/113
- https://github.com/oguimbal/pgsql-ast-parser/issues/132
@oguimbal any chance we can get this merged?