pgAdmin 4 commit: Fixed an issue where CSV download quotes the numeric - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where CSV download quotes the numeric
Date
Msg-id E1lZYBG-0003uU-7Y@gothos.postgresql.org
Whole thread Raw
List 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.parkale@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Tag REL-5_2 has been created.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6341] CSV download quotes numeric columns