pgAdmin 4 commit: 1) Add Reverse Engineered and Modified SQL tests for

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Add Reverse Engineered and Modified SQL tests for
Date: 2019-09-16 06:37:07
Message-ID: E1i9kdH-0003sR-QC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-09-16 06:37:43 Re: [pgAdmin4][Patch] - RM 4742 - Can not create Primary key with Index & 4624 - RE-SQL/MSQL test cases for Primary Keys
Previous Message Murtuza Zabuawala 2019-09-16 06:34:51 Re: [pgAdmin][RM4642] port should not be mandatory when a service is provided