pgAdmin 4 commit: Fixed RESQL test cases for Partition table using COLL

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed RESQL test cases for Partition table using COLL
Дата
Msg-id E1mSKVu-0004zp-Gh@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed RESQL test cases for Partition table using COLLATE.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=56a17f7c8eacf56a52bdd4c0b8aa4fdb011cd524

Modified Files
--------------
.../tests/pg/10_plus/create_partition_table_with_collate.sql       | 6 +++++-
.../tests/pg/10_plus/create_partition_table_with_collate_msql.sql  | 5 ++++-
.../tests/pg/11_plus/create_partition_table_with_collate.sql       | 6 +++++-
.../tests/pg/11_plus/create_partition_table_with_collate_msql.sql  | 7 +++++--
.../servers/databases/schemas/tables/tests/pg/12_plus/test.json    | 2 +-
.../tests/ppas/10_plus/create_partition_table_with_collate.sql     | 6 +++++-
.../ppas/10_plus/create_partition_table_with_collate_msql.sql      | 5 ++++-
.../tests/ppas/11_plus/create_partition_table_with_collate.sql     | 6 +++++-
.../ppas/11_plus/create_partition_table_with_collate_msql.sql      | 5 ++++-
9 files changed, 38 insertions(+), 10 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-5741]: [Schema Diff] Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'
Следующее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM-6687]: [React] Port Grant Wizard to react