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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't attempt to render binary data in the query tool
Date: 2017-07-20 12:09:53
Message-ID: E1dYAHB-0002ZX-VH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)dhumal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-20 12:10:09 Re: [RM2074][[RM2080]][pgAdmin4] handle large bytea and bytea[] data in datagrid
Previous Message Dave Page 2017-07-20 12:04:41 Re: [RM2074][[RM2080]][pgAdmin4] handle large bytea and bytea[] data in datagrid