pgAdmin 4 commit: Fixed an issue where long float values cause the rend - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where long float values cause the rend
Date
Msg-id E1lazhv-0002mB-18@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where long float values cause the rendering issue on the UI side.

It's a regression of the original commit for 6341.

refs #6341

Branch
------
master

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

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/connection.py |  8 +++----
web/pgadmin/utils/driver/psycopg2/typecast.py   | 32 +++++++++++++++----------
2 files changed, 24 insertions(+), 16 deletions(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: Re: [pgAdmin][RM6341] CSV download quotes numeric columns
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6341] CSV download quotes numeric columns