pgAdmin 4 commit: Ensure JSON data isn't modified in-flight by psycopg2

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure JSON data isn't modified in-flight by psycopg2
Date: 2019-02-25 10:34:39
Message-ID: E1gyDap-0004fB-Vq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure JSON data isn't modified in-flight by psycopg2 when using View/Edit data. Fixes #3600

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=59446bb4b5fdcea98351a80de3bb90ddca634326
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_3.rst | 1 +
.../dashboard/sql/default/dashboard_stats.sql | 10 +++----
web/pgadmin/static/js/slickgrid/editors.js | 34 +++++++++++++++-------
.../tools/sqleditor/static/css/sqleditor.css | 6 ----
.../tools/sqleditor/static/scss/_sqleditor.scss | 17 ++++++++---
web/pgadmin/utils/driver/psycopg2/__init__.py | 10 +------
web/pgadmin/utils/driver/psycopg2/typecast.py | 9 ++++++
7 files changed, 53 insertions(+), 34 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-02-25 10:35:31 Re: [pgAdmin4][RM3600] json values changed when printed by pgadmin4
Previous Message Dave Page 2019-02-25 10:24:22 Re: [pgAdmin4][Patch]: RM #3352 Tabs no available for roles since installation of pg10