pgAdmin 4 commit: Adding support to serialize the datetime to the JSON

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Adding support to serialize the datetime to the JSON
Date: 2016-02-05 08:50:05
Message-ID: E1aRc5d-0006Wq-Rk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Adding support to serialize the datetime to the JSON object properly.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=86115cff6cf82e61cee7897e82b4dd29cb62dd2f
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/utils/ajax.py | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-02-05 09:06:12 pgAdmin 4 commit: Using different strategy to render different type of
Previous Message Ashesh Vashi 2016-02-05 07:38:43 pgAdmin 4 commit: Adding the Database node.