pgAdmin 4 commit: Add Reverse Engineered SQL tests for Constraints. Fix - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add Reverse Engineered SQL tests for Constraints. Fix
Date
Msg-id E1hnizf-0008Ju-MF@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.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(+)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [GSoC] Finalized First Patch
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] - RE-SQL and modified SQL tests for CheckConstraint node