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

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM2039 - Big (numeric)numbers are sometimes rounded up when displayed
Дата
Msg-id CA+OCxozKM4jJtLjOtv4iDvV8L3DanBNewasgC4vFbdHtLmoFvQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM2039 - Big (numeric)numbers are sometimes rounded up when displayed  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
Список pgadmin-hackers
Thanks, patch applied.

On Fri, Feb 24, 2017 at 12:35 PM, Surinder Kumar
<surinder.kumar@enterprisedb.com> wrote:
> 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?
>>
>>
>
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Fix display of long integers and decimals. Fixes#203
Следующее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Fix display of boolean nulls in the query tool.Fixes