pgAdmin 4 commit: 1) Add Reverse Engineered and Modified SQL tests for - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Add Reverse Engineered and Modified SQL tests for
Date
Msg-id E1i9kdH-0003sR-QC@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1) Add Reverse Engineered and Modified SQL tests for Primary Keys. Fixes #4624.
2) Ensure Primary Key should be created with Index. Fixes #4742.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aa668856f780883fd9e2d70188e070c1a89b33b1
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_13.rst                  |   4 +-
.../check_constraint/tests/Default/test.json       |   7 ++
.../constraints/index_constraint/__init__.py       |   3 +-
.../index_constraint/static/js/primary_key.js      |   7 +-
.../tests/11_plus/alter_index_constraint.sql       |  13 +++
.../11_plus/alter_index_constraint_with_index.sql  |  11 ++
.../tests/11_plus/alter_msql_index_constraint.sql  |   6 +
.../alter_msql_index_constraint_with_index.sql     |   6 +
.../tests/11_plus/alter_msql_reset_fillfactor.sql  |   2 +
.../tests/11_plus/alter_reset_fillfactor.sql       |  12 ++
.../tests/11_plus/create_index_constraint.sql      |  12 ++
.../11_plus/create_index_constraint_with_index.sql |  10 ++
.../tests/11_plus/create_msql_index_constraint.sql |   8 ++
.../create_msql_index_constraint_with_index.sql    |   6 +
.../index_constraint/tests/11_plus/test.json       | 129 +++++++++++++++++++++
.../tests/default/alter_index_constraint.sql       |  12 ++
.../default/alter_index_constraint_with_index.sql  |  11 ++
.../tests/default/alter_msql_index_constraint.sql  |   6 +
.../alter_msql_index_constraint_with_index.sql     |   6 +
.../tests/default/alter_msql_reset_fillfactor.sql  |   2 +
.../tests/default/alter_reset_fillfactor.sql       |  11 ++
.../tests/default/create_index_constraint.sql      |  11 ++
.../default/create_index_constraint_with_index.sql |  10 ++
.../tests/default/create_msql_index_constraint.sql |   7 ++
.../create_msql_index_constraint_with_index.sql    |   6 +
.../index_constraint/tests/default/test.json       | 124 ++++++++++++++++++++
.../index_constraint/sql/11_plus/create.sql        |   8 +-
.../index_constraint/sql/default/create.sql        |   4 +-
.../index_constraint/sql/default/update.sql        |   3 +
29 files changed, 444 insertions(+), 13 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: [pgAdmin][RM4642] port should not be mandatory when a service is provided
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 4742 - Can not create Primary key withIndex & 4624 - RE-SQL/MSQL test cases for Primary Keys