pgAdmin 4 commit: Properly handle non-ASCII column names in CSV. Fixes

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly handle non-ASCII column names in CSV. Fixes
Date: 2017-05-12 09:38:27
Message-ID: E1d971n-0000de-K5@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly handle non-ASCII column names in CSV. Fixes #2314

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=05787fdba98d7c7e614a521f6aa0cf4ebe519d29
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-12 09:38:32 Re: [pgAdmin4][PATCH] To fix the issues with CSV file download
Previous Message Harshal Dhumal 2017-05-12 07:58:49 Re: Re: Server side cursor limitations for on demand loading of data in query tool [RM2137] [pgAdmin4]