pgAdmin 4 commit: Fix an issue where the inherited table name with quot

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where the inherited table name with quot
Date: 2019-12-03 14:01:41
Message-ID: E1ic8kH-0002Xa-H6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where the inherited table name with quotes did not escape correctly. Fixes #4985.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_16.rst | 1 +
web/pgadmin/static/js/backform.pgadmin.js | 13 ++++++-------
2 files changed, 7 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-03 14:08:01 pgAdmin 4 commit: Fixed following issues for feature test:
Previous Message Shubham Agarwal 2019-12-03 12:39:34 Re: Fixes for pgAdmin feature tests