pgAdmin 4 commit: Add Reverse Engineered SQL tests for Exclusion Constr - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Add Reverse Engineered SQL tests for Exclusion Constr
Date
Msg-id E1huaez-0007rh-5a@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add Reverse Engineered SQL tests for Exclusion Constraint. Fixes #4555

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f8afe2ef940be607e8b6e87b62875b17e1b0c2c2
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_12.rst                  |   1 +
.../tests/11_plus/alter_exclusion_constraint.sql   |  14 +++
.../tests/11_plus/create_exclusion_constraint.sql  |  15 +++
.../tests/11_plus/msql_exclusion_constraint.sql    |   6 ++
.../exclusion_constraint/tests/11_plus/test.json   |  81 ++++++++++++++
.../tests/default/alter_exclusion_constraint.sql   |  13 +++
.../tests/default/alter_without_fillfactor.sql     |  10 ++
.../tests/default/create_exclusion_constraint.sql  |  13 +++
.../tests/default/create_without_fillfactor.sql    |  11 ++
.../tests/default/msql_exclusion_constraint.sql    |   6 ++
.../tests/default/msql_without_fillfactor.sql      |   6 ++
.../exclusion_constraint/tests/default/test.json   | 120 +++++++++++++++++++++
.../exclusion_constraint/sql/11_plus/create.sql    |   8 +-
.../sql/11_plus/properties.sql                     |   2 +-
.../exclusion_constraint/sql/default/create.sql    |   1 +
.../sql/default/properties.sql                     |   2 +-
.../exclusion_constraint/sql/default/update.sql    |   6 +-
17 files changed, 308 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 4555 - RE-SQL for Exclusion Constraint
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 4555 - RE-SQL for Exclusion Constraint