pgAdmin 4 commit: Add Reverse Engineered SQL tests for Constraints. Fix

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add Reverse Engineered SQL tests for Constraints. Fix
Date: 2019-07-17 12:25:11
Message-ID: E1hnizf-0008Ju-MF@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add Reverse Engineered SQL tests for Constraints. Fixes #4475

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8168f623c436ae586cb63f36859cca902690b032
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../tests/Default/alter_check_constraint.sql | 9 ++++
.../tests/Default/create_check_constraint.sql | 10 ++++
.../tests/Default/msql_check_constraint.sql | 6 +++
.../check_constraint/tests/Default/test.json | 56 ++++++++++++++++++++++
web/regression/re_sql/tests/test_resql.py | 8 ++++
6 files changed, 90 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-17 12:25:23 Re: [pgAdmin4][Patch] - RE-SQL and modified SQL tests for Check Constraint node
Previous Message Dave Page 2019-07-17 10:46:26 Re: [GSoC] Finalized First Patch