pgAdmin 4 commit: Don't attempt to render binary data in the querytool

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Don't attempt to render binary data in the querytool
Дата
Msg-id E1dYAHB-0002ZX-VH@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Don't attempt to render binary data in the query tool result grid. Fixes #2080. Fixes #2074.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=54882e061cd1f29e220cfee375586f4e2fe17d5e
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
.../feature_tests/pg_datatype_validation_test.py   |  4 +--
web/pgadmin/feature_tests/view_data_dml_queries.py |  5 +++
.../js/slickgrid/slick.pgadmin.formatters.js       |  3 ++
web/pgadmin/tools/datagrid/__init__.py             |  3 +-
web/pgadmin/tools/sqleditor/__init__.py            |  6 ++--
.../sqleditor/templates/sqleditor/js/sqleditor.js  | 11 ++++--
web/pgadmin/utils/driver/psycopg2/__init__.py      | 42 +++++++++++++++++++---
7 files changed, 63 insertions(+), 11 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [RM2074][[RM2080]][pgAdmin4] handle large bytea and bytea[] datain datagrid
Следующее
От: Dave Page
Дата:
Сообщение: Re: [RM2074][[RM2080]][pgAdmin4] handle large bytea and bytea[] datain datagrid