Обсуждение: pgAdmin 4 commit: Add Reverse Engineered SQL tests for Constraints. Fix

Поиск
Список
Период
Сортировка

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

От
Dave Page
Дата:
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(+)