Re: PATCH: Fix the issue in JSON decoding (pgAdmin4) - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject Re: PATCH: Fix the issue in JSON decoding (pgAdmin4)
Date
Msg-id E1F5F831-8D94-42CD-9855-B649C9C72C79@enterprisedb.com
Whole thread Raw
In response to Re: PATCH: Fix the issue in JSON decoding (pgAdmin4)  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Responses Re: PATCH: Fix the issue in JSON decoding (pgAdmin4)
List pgadmin-hackers
Hi,

I was not sure about all the internal representation of psycopg date/time format against python’s datetime for JSON decoding format, so I used logical OR.

Thanks,
Murtuza
On 02-Jun-2016, at 3:10 pm, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:

On Thu, Jun 2, 2016 at 12:04 PM, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
Hi,

PFA patch to fix the issue in json decoding while dealing with date format, causing QueryTool to fail to render data.
RM#1280
Shouldn't the check have 'and' instead of 'or' bitwise operator here?
--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company

 

--
Regards,
Murtuza Zabuawala
EnterpriseDB: 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



pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: PATCH: To fix the issue in type node (pgAdmin4)
Next
From: Murtuza Zabuawala
Date:
Subject: PATCH: Fixed issue in Index node (pgAdmin4)