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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix handling of backslashes in the edit grid. Fixes#
Дата
Msg-id E1g4oQ9-0007Xv-Fd@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
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(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM #3551 pgAdmin4 doesn't handle \'s in datafields correctly