pgAdmin 4 commit: Fixed an issue where a decimal number is appended for

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 a decimal number is appended for
Date: 2021-06-11 14:04:07
Message-ID: E1lrhlX-0007jb-PS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where a decimal number is appended for character varying fields while downloading the data in CSV format. Fixes #6520

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e3190b86ab803b1deb3851df443f9e271a6058bb
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2021-06-11 14:07:54 Re: [pgAdmin][RM6520]: pgAdmin4 v 5.3 text export error
Previous Message Pradip Parkale 2021-06-11 13:49:57 Re: [pgAdmin][RM6231]- Add OS, Browser details in pgAdmin About us pop-up