pgAdmin 4 commit: Generic function qtLiteral was not adapting valuespr

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Generic function qtLiteral was not adapting valuespr
Дата
Msg-id E1cuCka-0002zo-K7@gothos.postgresql.org
обсуждение исходный текст
Список 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.dhumal@enterprisedb.com>

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4] [RM2305] unable to set comment withnon ascii characters on objects.
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Properly handle truncated table names (>NAMEDATALEN)