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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed RESQL test cases for Partition table using COLL
Date: 2021-09-20 14:43:22
Message-ID: E1mSKVu-0004zp-Gh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Trang Le 2021-09-21 00:44:55 Re: Autocommit for multi call procedure
Previous Message Akshay Joshi 2021-09-20 14:43:07 Re: [pgAdmin][RM-5741]: [Schema Diff] Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'