pgAdmin 4 commit: Don't strip \r\n from "Download as CSV" batches of ro - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Don't strip \r\n from "Download as CSV" batches of ro
Date
Msg-id E1c3lDD-0006bH-Fp@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Don't strip \r\n from "Download as CSV" batches of rows, as it leads to malformed data. Fixes #1936

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca333ea6a7dbefa37f7f4d0e313cbf7929521969

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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Add a note to not update AlertifyJS beyond v1.7.1 as
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Ensure all changes to rows are stored in the data edi