Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM2039 - Big (numeric)numbers are sometimes rounded up when displayed - Mailing list pgadmin-hackers

From Surinder Kumar
Subject Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM2039 - Big (numeric)numbers are sometimes rounded up when displayed
Date
Msg-id CAM5-9D9EB1dvXMbP9Am77b_T_-P1ETwjz=Lu4G-8WamFwKfikg@mail.gmail.com
Whole thread Raw
In response to [pgadmin-hackers] [pgAdmin4][Patch]: RM2039 - Big (numeric) numbers are sometimesrounded up when displayed  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
Responses Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM2039 - Big (numeric)numbers are sometimes rounded up when displayed
List pgadmin-hackers
Hi Dave,

Please find updated patch.

Changes:

1) Add typecaster for numeric and double precision.

2) As numeric data is typecasted into string type, we need not to do parseInt value in javascript.

3) Remove redundant code for registering new types.


On Mon, Jan 9, 2017 at 9:11 AM, Dave Page <dpage@pgadmin.org> wrote:
Hi

On Friday, December 23, 2016, Surinder Kumar <surinder.kumar@enterprisedb.com> wrote:
Hi,

Added 'numeric' type into string typecaster to prevent python from rounded up.

Please find attached patch and review.

I'm still seeing rounding with this patch applied - e.g. with:

select 12345678901234567890::numeric

Something in the JS perhaps?

 

Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 2089 - PARALLEL SAFEsupport for functions missing
Next
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Fix function arguments when generating create SQL.Fi