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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix handling of backslashes in the edit grid. Fixes #
Date: 2018-09-25 14:34:37
Message-ID: E1g4oQ9-0007Xv-Fd@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-09-25 14:35:01 Re: [pgAdmin4][Patch]: RM #3551 pgAdmin4 doesn't handle \'s in data fields correctly
Previous Message Dave Page 2018-09-25 13:02:02 Re: [pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview