pgAdmin 4 commit: Generic function qtLiteral was not adapting values pr

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Generic function qtLiteral was not adapting values pr
Date: 2017-04-01 06:43:04
Message-ID: E1cuCka-0002zo-K7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Generic function qtLiteral was not adapting values properly when they contain non ascii characters. Fixes #2305

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9acf3404005333daaa9658c4e2c22ad58ad1f99b
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-04-01 06:57:58 pgAdmin 4 commit: Properly handle truncated table names (> NAMEDATALEN)
Previous Message Dave Page 2017-04-01 06:42:57 Re: [pgAdmin4] [RM2305] unable to set comment with non ascii characters on objects.