pgAdmin 4 commit: Using simplejson for jsonify the data of type Decimal

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Using simplejson for jsonify the data of type Decimal
Date: 2016-01-09 12:35:37
Message-ID: E1aHsk5-0002be-M1@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Using simplejson for jsonify the data of type Decimal, which will used
for numeric type of PostgreSQL, in python using psycopg2.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d2897a334fb5d4adbb671015fea8c2249dc000f7

Modified Files
--------------
requirements_py2.txt | 1 +
requirements_py3.txt | 3 ++-
web/pgadmin/utils/ajax.py | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-01-09 12:39:00 pgAdmin 4 commit: Added support for select2 control for using select2 i
Previous Message Ashesh Vashi 2016-01-09 12:33:00 pgAdmin 4 commit: Introduced the VariableControl, which will be used in