pgAdmin 4 commit: Fixed an issue where a decimal number is appended for - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where a decimal number is appended for
Date
Msg-id E1ltpGa-0007Ch-UT@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where a decimal number is appended for character varying fields while downloading the data in CSV
format.Fixes #6520 

Branches
--------
React_Porting
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e3190b86ab803b1deb3851df443f9e271a6058bb
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_4.rst                |  1 +
web/pgadmin/tools/sqleditor/__init__.py         |  7 ++++---
web/pgadmin/utils/driver/psycopg2/connection.py |  6 +++---
web/pgadmin/utils/driver/psycopg2/typecast.py   | 24 ++++++++++--------------
4 files changed, 18 insertions(+), 20 deletions(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch] - Test cases failure fix
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Updated DEFAULT_BINARY_PATHS for container.