Thanks, patch applied.

On Fri, Feb 24, 2017 at 12:35 PM, Surinder Kumar
<surinder.ku...@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 <dp...@pgadmin.org> wrote:
>>
>> Hi
>>
>> On Friday, December 23, 2016, Surinder Kumar
>> <surinder.ku...@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


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to