Обсуждение: pgAdmin 4 commit: Fix handling of backslashes in the edit grid. Fixes#

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Fix handling of backslashes in the edit grid. Fixes#

От
Dave Page
Дата:
Fix handling of backslashes in the edit grid. Fixes #3551

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=15fe26a7106610b710f3de5b604cd038302c926a
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_4.rst                   |   1 +
.../sqleditor/tests/test_sql_ascii_encoding.py     | 119 +++++++++++++++++++++
web/pgadmin/utils/driver/psycopg2/connection.py    |  18 +++-
web/pgadmin/utils/driver/psycopg2/typecast.py      |   4 +-
4 files changed, 135 insertions(+), 7 deletions(-)