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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add Reverse Engineered SQL tests for Constraints. Fix
Дата
Msg-id E1hnizf-0008Ju-MF@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [GSoC] Finalized First Patch
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RE-SQL and modified SQL tests for CheckConstraint node