From 0bd43663fcf2d0e8c6b31dbb40b6f2ecc63f6c1e Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Wed, 10 May 2023 20:06:06 -0300 Subject: [PATCH] add isdistinct --- docs/references/api/tables_views.rst | 1 + docs/releases/v11.0.0.rst | 5 +++++ postgrest.dict | 1 + 3 files changed, 7 insertions(+) diff --git a/docs/references/api/tables_views.rst b/docs/references/api/tables_views.rst index 99a919e49..aec5d9dcb 100644 --- a/docs/references/api/tables_views.rst +++ b/docs/references/api/tables_views.rst @@ -82,6 +82,7 @@ in :code:`IN` one of a list of values, e.g. :code:`?a= – also supports commas in quoted strings like :code:`?a=in.("hi,there","yes,you")` is :code:`IS` checking for exact equality (null,true,false,unknown) +isdistinct :code:`IS DISTINCT FROM` not equal, treating :code:`NULL` as a comparable value fts :code:`@@` :ref:`fts` using to_tsquery plfts :code:`@@` :ref:`fts` using plainto_tsquery phfts :code:`@@` :ref:`fts` using phraseto_tsquery diff --git a/docs/releases/v11.0.0.rst b/docs/releases/v11.0.0.rst index 83a3a5a94..3372bf58c 100644 --- a/docs/releases/v11.0.0.rst +++ b/docs/releases/v11.0.0.rst @@ -4,6 +4,11 @@ Features -------- +Horizontal Filtering +~~~~~~~~~~~~~~~~~~~~ + +- New ``isdistinct`` :ref:`operator `. It is a direct translation of `IS DINTINCT FROM `_. + Documentation improvements ~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/postgrest.dict b/postgrest.dict index 5a3c355bd..6803c01be 100644 --- a/postgrest.dict +++ b/postgrest.dict @@ -67,6 +67,7 @@ ilike imatch io IP +isdistinct JS js JSON