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

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

From
Akshay Joshi
Date:
Fixed an issue where CSV download quotes numeric columns. Fixes #5463

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3c08e618bd31587f98e6653286b0914661b65cc4
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_24.rst               |  1 +
web/pgadmin/utils/driver/psycopg2/connection.py |  7 ++++++-
web/pgadmin/utils/driver/psycopg2/typecast.py   | 23 ++++++++++++++++-------
3 files changed, 23 insertions(+), 8 deletions(-)