pgAdmin 4 commit: Fixed an issue where long float values cause the rend

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 long float values cause the rend
Date: 2021-04-26 11:47:19
Message-ID: E1lazhv-0002mB-18@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)parkale(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-04-26 11:48:10 Re: [pgAdmin][RM6341] CSV download quotes numeric columns
Previous Message Pradip Parkale 2021-04-26 11:31:05 Re: [pgAdmin][RM6341] CSV download quotes numeric columns