pgAdmin 4 commit: Fixed schema diff issue where function's difference D

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed schema diff issue where function's difference D
Date: 2022-03-28 08:03:41
Message-ID: E1nYkLl-0002EO-7H@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed schema diff issue where function's difference DDL was showing incorrectly when arguments had default values with commas. Fixes #7263

Branch
------
master

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2022-03-28 08:22:10 [pgAdmin][RM7249] Support Unique Key in ERD
Previous Message Akshay Joshi 2022-03-28 06:28:40 Re: [pgAdmin][RM-7132]: Port Properties collection, Dashboard and SQL panel in React