pgAdmin 4 commit: Fixes the qtIdent function in the psycopg2 driver abo - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixes the qtIdent function in the psycopg2 driver abo
Date
Msg-id E1aTR8t-00025B-Ea@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixes the qtIdent function in the psycopg2 driver about not taking care
of double quote within it.

The 'replace' function of immutable type string do create a new
instance of type string, which needed to be reassgined to the variable
'value'.

Reported By: Murtuza Zabuawala

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=639a3ed0ac2e6855d16e70b9df6773b5e49fd5a8

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4 Patch]: NodeAjaxOptionsControl Formatter Fix
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Tag REL-1_22_1 has been created.