pgAdmin 4 commit: Add Reverse Engineered SQL tests for Exclusion Constr

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add Reverse Engineered SQL tests for Exclusion Constr
Date: 2019-08-05 10:56:13
Message-ID: E1huaez-0007rh-5a@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-05 10:58:59 Re: [pgAdmin4][Patch] - RM 4555 - RE-SQL for Exclusion Constraint
Previous Message Khushboo Vashi 2019-08-05 08:30:28 Re: [pgAdmin4][Patch] - RM 4555 - RE-SQL for Exclusion Constraint