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

Feat/is distinct from

Open martini97 opened this issue 1 year ago • 1 comments

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

martini97 avatar Sep 17 '24 19:09 martini97

@oguimbal any chance we can get this merged?

ellisonleao avatar Oct 04 '25 23:10 ellisonleao