pgAdmin 4 commit: Fixed RESQL test cases for Partition table using COLL - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed RESQL test cases for Partition table using COLL
Date
Msg-id E1mSKVu-0004zp-Gh@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-5741]: [Schema Diff] Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'
Next
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM-6687]: [React] Port Grant Wizard to react