pgAdmin 4 commit: Include the WHERE clause on EXCLUDE constraints inRE - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Include the WHERE clause on EXCLUDE constraints inRE
Date
Msg-id E1gZFYa-0007k3-9n@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Include the WHERE clause on EXCLUDE constraints in RE-SQL. Fixes #3726

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c973c3387e1ff6a2927106f563104ec11d7c15c6
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_7.rst                                 | 1 +
.../exclusion_constraint/static/js/exclusion_constraint.js       | 4 ++--
.../exclusion_constraint/tests/test_exclusion_constraint_add.py  | 1 +
.../tables/templates/exclusion_constraint/sql/11_plus/create.sql | 6 +++---
.../templates/exclusion_constraint/sql/11_plus/properties.sql    | 3 ++-
.../tables/templates/exclusion_constraint/sql/default/create.sql | 9 +++++----
.../templates/exclusion_constraint/sql/default/properties.sql    | 3 ++-
7 files changed, 16 insertions(+), 11 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 3780 pgAdmin4 lacks ability to specifyNULL values in CSV export
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM3726] EXCLUDE constraint omits WHERE clause