pgAdmin 4 commit: Don't strip \r\n from "Download as CSV" batches of ro

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't strip \r\n from "Download as CSV" batches of ro
Date: 2016-11-07 14:47:51
Message-ID: E1c3lDD-0006bH-Fp@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-11-07 15:07:47 pgAdmin 4 commit: Ensure all changes to rows are stored in the data edi
Previous Message Dave Page 2016-11-07 14:06:16 pgAdmin 4 commit: Add a note to not update AlertifyJS beyond v1.7.1 as