pgAdmin 4 commit: Fixed an issue where the filter 'Include/Exclude By S

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the filter 'Include/Exclude By S
Date: 2021-05-11 13:43:02
Message-ID: E1lgSf8-0006LI-Hq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the filter 'Include/Exclude By Selection' not working for null values. Fixes #6392

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bd7808a104b38b1e92bbcccebf1c10141b0ebb25

Modified Files
--------------
docs/en_US/release_notes_5_3.rst | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pradip Parkale 2021-05-11 17:35:54 [pgAdmin][RM6399]: Add panel option allows to add duplicate tabs.
Previous Message Akshay Joshi 2021-05-11 12:52:09 pgAdmin 4 commit: Added missing validation for data type. Fixes #6407