pgAdmin 4 commit: Using simplejson for jsonify the data of type Decimal - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Using simplejson for jsonify the data of type Decimal
Date
Msg-id E1aHsk5-0002be-M1@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Introduced the VariableControl, which will be used in
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Added support for select2 control for using select2 i