pgAdmin 4 commit: Fixed following issues for packages:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed following issues for packages:
Date: 2020-04-21 11:31:46
Message-ID: E1jQr7y-0006Tw-Rq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed following issues for packages:
  1) Removing the package header removes the body as well.
2) Schema is not visible on the properties dialog.
  3) Reverse engineering SQL and Create script not showing schema-qualified packages.

Fixes #5410

Branch
------
master

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

Modified Files
--------------
.../servers/databases/schemas/packages/__init__.py | 11 +++++++----
.../packages/templates/packages/ppas/9.1_plus/update.sql | 10 +++++++---
.../packages/templates/packages/ppas/9.2_plus/update.sql | 2 +-
.../tests/ppas/10_plus/alter_package_headers_and_comment.sql | 10 +++++-----
.../tests/ppas/10_plus/create_package_with_all_options.sql | 12 ++++++------
.../ppas/9.2_plus/alter_package_headers_and_comment.sql | 10 +++++-----
.../tests/ppas/9.2_plus/create_package_with_all_options.sql | 12 ++++++------
7 files changed, 37 insertions(+), 30 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-21 11:33:03 Re: [Patch][pgAdmin4]: Fix pgagent issues
Previous Message Akshay Joshi 2020-04-21 11:22:44 Re: [pgAdmin][RM5157] Default sort order at start in view table data by primary key by default