pgAdmin 4 commit: Reverted fix for #5569 due to a couple of issues. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Reverted fix for #5569 due to a couple of issues.
Date
Msg-id E1juH20-0001oZ-Ec@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: Refactor server request code in the runtime
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5569] [SQL] Bad display of tables storage parameters in the "SQL" tab (correction of bug #5398 not complete)