pgAdmin 4 commit: Fixed an issue where whitespace in function bodies wa

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where whitespace in function bodies wa
Date: 2021-09-02 09:21:55
Message-ID: E1mLiux-0003s5-PX@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where whitespace in function bodies was not applied while generating the script using Schema Diff. Fixes #6620

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_7.rst | 1 +
.../server_groups/servers/databases/schemas/functions/__init__.py | 4 ----
.../schemas/functions/tests/ppas/9.6_plus/alter_proc_comment.sql | 2 +-
.../schemas/functions/tests/ppas/9.6_plus/alter_proc_opt.sql | 2 +-
.../schemas/functions/tests/ppas/9.6_plus/alter_proc_param.sql | 2 +-
.../schemas/functions/tests/ppas/9.6_plus/create_procedure.sql | 2 +-
6 files changed, 5 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-03 14:45:29 pgAdmin 4 commit: Update message catalog.
Previous Message Akshay Joshi 2021-09-02 06:07:31 Re: [patch][pgAdmin] RM6625 Smarter closing of Tabs