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.park...@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(-)