pgAdmin 4 commit: Add Reverse Engineered SQL tests for Columns. Fixes # - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Add Reverse Engineered SQL tests for Columns. Fixes #
Date
Msg-id E1hyb0F-0006eR-2a@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add Reverse Engineered SQL tests for Columns. Fixes #4546

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3f541200d98ed754cb6fd3d2a1b3f07dc547762a
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_12.rst                  |   1 +
.../columns/tests/10_plus/alter_column_char.sql    |  11 +
.../tests/10_plus/alter_column_drop_identity.sql   |  11 +
.../alter_column_drop_identity_by_default.sql      |   9 +
.../tests/10_plus/alter_column_identity.sql        |  11 +
.../10_plus/alter_column_identity_by_default.sql   |   9 +
.../columns/tests/10_plus/alter_column_int.sql     |  11 +
.../columns/tests/10_plus/alter_column_numeric.sql |  15 +
.../columns/tests/10_plus/create_column_char.sql   |   9 +
.../columns/tests/10_plus/create_column_int.sql    |   9 +
.../tests/10_plus/create_column_int_identity.sql   |   9 +
.../create_column_int_identity_by_default.sql      |   9 +
.../tests/10_plus/create_column_numeric.sql        |  13 +
.../schemas/tables/columns/tests/10_plus/test.json | 279 ++++++++++++++
.../columns/tests/12_plus/alter_column_char.sql    |  11 +
.../tests/12_plus/alter_column_drop_identity.sql   |  11 +
.../alter_column_drop_identity_by_default.sql      |   9 +
.../tests/12_plus/alter_column_generated.sql       |  11 +
...lter_column_generated_with_existing_columns.sql |  11 +
.../tests/12_plus/alter_column_identity.sql        |  11 +
.../12_plus/alter_column_identity_by_default.sql   |   9 +
.../columns/tests/12_plus/alter_column_int.sql     |  11 +
.../columns/tests/12_plus/alter_column_numeric.sql |  15 +
.../columns/tests/12_plus/create_column_char.sql   |   9 +
.../columns/tests/12_plus/create_column_int.sql    |   9 +
.../tests/12_plus/create_column_int_generated.sql  |   9 +
..._column_int_generated_with_existing_columns.sql |   9 +
.../tests/12_plus/create_column_int_identity.sql   |   9 +
.../create_column_int_identity_by_default.sql      |   9 +
.../tests/12_plus/create_column_numeric.sql        |  13 +
.../schemas/tables/columns/tests/12_plus/test.json | 407 +++++++++++++++++++++
.../columns/tests/default/alter_column_char.sql    |  11 +
.../columns/tests/default/alter_column_int.sql     |  11 +
.../columns/tests/default/alter_column_numeric.sql |  15 +
.../columns/tests/default/create_column_char.sql   |   9 +
.../columns/tests/default/create_column_int.sql    |   9 +
.../tests/default/create_column_numeric.sql        |  13 +
.../schemas/tables/columns/tests/default/test.json | 154 ++++++++
.../tables/templates/columns/sql/9.1_plus/acl.sql  |   1 +
39 files changed, 1202 insertions(+)


pgadmin-hackers by date:

Previous
From: Yosry Muhammad
Date:
Subject: Re: [GSoC] Query History Upgrade
Next
From: Akshay Joshi
Date:
Subject: Re: [RM#4546] Add RE-SQL tests for Column node