pgAdmin 4 commit: Fixed a schema diff issue where generated script adds

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed a schema diff issue where generated script adds
Date: 2022-01-06 07:39:01
Message-ID: E1n5NMT-0003HI-Nv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed a schema diff issue where generated script adds unwanted line endings for Functions/Procedures/Trigger Functions. Fixes #7102

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_4.rst | 1 +
.../server_groups/servers/databases/schemas/functions/__init__.py | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Rahul Shirsat 2022-01-06 08:40:33 Re: [patch][pgAdmin] RM7018 [React] Port Restore dialog to React.
Previous Message Akshay Joshi 2022-01-05 08:33:01 pgAdmin 4 commit: Fixed review comments for Import/Export Servers.