pgAdmin 4 commit: Fixed an issue where CSV download quotes the numeric

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where CSV download quotes the numeric
Date: 2021-04-22 12:11:38
Message-ID: E1lZYBG-0003uU-7Y@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where CSV download quotes the numeric columns. Fixes #6341

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5894001eb24218ef7265a5ed4b04908a5b9db17e
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_3.rst | 1 +
web/pgadmin/utils/driver/psycopg2/connection.py | 5 ++++-
web/pgadmin/utils/driver/psycopg2/typecast.py | 9 +++++++++
3 files changed, 14 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-04-22 12:12:43 Re: [pgAdmin][RM6341] CSV download quotes numeric columns
Previous Message Akshay Joshi 2021-04-22 11:48:59 pgAdmin 4 commit: Tag REL-5_2 has been created.