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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Add Reverse Engineered and Modified SQL tests for Col
Дата
Msg-id E1jVVvM-0004D9-I1@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add Reverse Engineered and Modified SQL tests for Column and Type.

Branch
------
master

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

Modified Files
--------------
.../columns/tests/10_plus/alter_column_char.msql   | 15 +++++
.../tests/10_plus/alter_column_drop_identity.msql  |  2 +
.../alter_column_drop_identity_by_default.msql     |  2 +
.../tests/10_plus/alter_column_identity.msql       |  7 +++
.../10_plus/alter_column_identity_by_default.msql  |  8 +++
.../columns/tests/10_plus/alter_column_int.msql    |  9 +++
.../tests/10_plus/alter_column_numeric.msql        |  9 +++
.../tests/10_plus/alter_column_remove_length.msql  |  2 +
.../columns/tests/10_plus/create_column_char.msql  |  5 ++
.../columns/tests/10_plus/create_column_int.msql   |  5 ++
.../tests/10_plus/create_column_int_identity.msql  |  5 ++
.../create_column_int_identity_by_default.msql     |  5 ++
.../tests/10_plus/create_column_numeric.msql       |  9 +++
.../schemas/tables/columns/tests/10_plus/test.json | 52 ++++++++++++----
.../columns/tests/12_plus/alter_column_char.msql   | 15 +++++
.../tests/12_plus/alter_column_drop_identity.msql  |  2 +
.../alter_column_drop_identity_by_default.msql     |  2 +
.../tests/12_plus/alter_column_generated.msql      |  7 +++
...ter_column_generated_with_existing_columns.msql |  7 +++
.../tests/12_plus/alter_column_identity.msql       |  7 +++
.../12_plus/alter_column_identity_by_default.msql  |  8 +++
.../columns/tests/12_plus/alter_column_int.msql    |  9 +++
.../tests/12_plus/alter_column_numeric.msql        |  9 +++
.../tests/12_plus/alter_column_remove_length.msql  |  2 +
.../columns/tests/12_plus/create_column_char.msql  |  5 ++
.../columns/tests/12_plus/create_column_int.msql   |  5 ++
.../tests/12_plus/create_column_int_generated.msql |  5 ++
...column_int_generated_with_existing_columns.msql |  5 ++
.../tests/12_plus/create_column_int_identity.msql  |  5 ++
.../create_column_int_identity_by_default.msql     |  5 ++
.../tests/12_plus/create_column_numeric.msql       |  9 +++
.../schemas/tables/columns/tests/12_plus/test.json | 70 ++++++++++++++++------
.../columns/tests/default/alter_column_char.msql   | 15 +++++
.../columns/tests/default/alter_column_int.msql    |  9 +++
.../tests/default/alter_column_numeric.msql        |  9 +++
.../tests/default/alter_column_remove_length.msql  |  2 +
.../columns/tests/default/create_column_char.msql  |  5 ++
.../columns/tests/default/create_column_int.msql   |  5 ++
.../tests/default/create_column_numeric.msql       |  9 +++
.../schemas/tables/columns/tests/default/test.json | 28 ++++++---
.../alter_composite_type_acl_description.msql      |  4 ++
.../default/alter_composite_type_add_member.msql   |  2 +
.../alter_composite_type_remove_member.msql        |  2 +
.../default/alter_enum_type_acl_description.msql   |  4 ++
.../types/tests/default/alter_enum_type_label.msql |  2 +
.../default/alter_range_type_acl_description.msql  |  4 ++
.../default/alter_shell_type_acl_description.msql  |  2 +
.../types/tests/default/create_composite_type.msql |  6 ++
.../types/tests/default/create_enum_type.msql      |  2 +
.../types/tests/default/create_range_type.msql     |  4 ++
.../types/tests/default/create_shell_type.msql     |  1 +
.../schemas/types/tests/default/tests.json         | 44 ++++++++++----
52 files changed, 423 insertions(+), 48 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Satish V
Дата:
Сообщение: Re: RM3694-If database is already connected and click on databasethen connect database should not displayed in Menu
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 5422 - Synonym Dependencies tab showsincorrect data