pgAdmin 4 commit: Fix display of long integers and decimals. Fixes #203

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix display of long integers and decimals. Fixes #203
Date: 2017-02-24 13:39:43
Message-ID: E1chG63-0001dP-GU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix display of long integers and decimals. Fixes #2039. Fixes #2119. Fixes #2154

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=88cae263b2e35954bc3a5358b85c279d4b891818
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
.../static/js/slickgrid/slick.pgadmin.editors.js | 2 +-
web/pgadmin/utils/driver/psycopg2/__init__.py | 51 +++++-----------------
2 files changed, 11 insertions(+), 42 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-24 13:39:55 Re: [pgAdmin4][Patch]: RM2039 - Big (numeric) numbers are sometimes rounded up when displayed
Previous Message Surinder Kumar 2017-02-24 13:16:40 [pgAdmin4][Patch]: RM#2205 - Indeterminate state for [null] values in boolean type cell doesn't show up