pgAdmin 4 commit: Reverted fix for #5569 due to a couple of issues.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Reverted fix for #5569 due to a couple of issues.
Date: 2020-07-11 15:03:12
Message-ID: E1juH20-0001oZ-Ec@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Reverted fix for #5569 due to a couple of issues.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_24.rst | 1 -
.../servers/databases/schemas/tables/__init__.py | 37 +++++-
.../schemas/tables/partitions/__init__.py | 66 +++++-----
.../tables/partitions/static/js/partition.js | 10 --
.../tests/pg/10_plus/alter_table_add_partition.sql | 23 ----
.../pg/10_plus/alter_table_add_partition_msql.sql | 2 -
.../pg/10_plus/create_table_with_partition.sql | 18 ---
.../10_plus/create_table_with_partition_msql.sql | 13 --
.../tests/pg/10_plus/test_partitions.json | 139 ---------------------
.../tests/pg/11_plus/alter_table_add_partition.sql | 19 ---
.../pg/11_plus/alter_table_add_partition_msql.sql | 2 -
.../pg/11_plus/create_table_with_partition.sql | 14 ---
.../11_plus/create_table_with_partition_msql.sql | 10 --
.../tests/pg/11_plus/test_partitions.json | 139 ---------------------
.../partitions/sql/gpdb/5_plus/properties.sql | 6 +-
.../templates/partitions/sql/pg/10_plus/create.sql | 32 +++--
.../templates/partitions/sql/pg/10_plus/nodes.sql | 28 +----
.../partitions/sql/pg/10_plus/properties.sql | 6 +-
.../partitions/sql/pg/12_plus/properties.sql | 6 +-
.../partitions/sql/ppas/10_plus/create.sql | 27 ++--
.../partitions/sql/ppas/10_plus/properties.sql | 6 +-
.../partitions/sql/ppas/12_plus/properties.sql | 6 +-
.../tables/templates/tables/sql/10_plus/create.sql | 2 +-
.../servers/databases/schemas/tables/utils.py | 94 --------------
24 files changed, 115 insertions(+), 591 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-11 15:10:26 Re: [pgAdmin][RM5569] [SQL] Bad display of tables storage parameters in the "SQL" tab (correction of bug #5398 not complete)
Previous Message Akshay Joshi 2020-07-11 11:32:24 Re: Refactor server request code in the runtime