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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Ensure JSON data isn't modified in-flight bypsycopg2
Дата
Msg-id E1gyDap-0004fB-Vq@gothos.postgresql.org
обсуждение исходный текст
Список 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.toshniwal@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM #3352 Tabs no available for roles sinceinstallation of pg10
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM3600] json values changed when printed by pgadmin4