pgAdmin 4 commit: Fixes the qtIdent function in the psycopg2 driver abo

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes the qtIdent function in the psycopg2 driver abo
Date: 2016-02-10 09:32:59
Message-ID: E1aTR8t-00025B-Ea@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-02-10 11:48:06 pgAdmin III commit: Tag REL-1_22_1 has been created.
Previous Message Ashesh Vashi 2016-02-10 07:41:17 Re: [pgAdmin4 Patch]: NodeAjaxOptionsControl Formatter Fix