Обсуждение: pgAdmin 4 commit: Modify the Download as CSV option to use the samecon

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Modify the Download as CSV option to use the samecon

От
Dave Page
Дата:
Modify the Download as CSV option to use the same connection as the Query Tool its running in so temporary tables etc.
canbe used. Fixes #3673 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=34045efb38c15ef4ec3d84dbeebb694d78760d00
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_3.rst                   |  1 +
.../tools/datagrid/templates/datagrid/index.html   |  1 -
web/pgadmin/tools/sqleditor/__init__.py            | 20 +------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 65 ++++++++++++++++++++--
web/pgadmin/utils/driver/psycopg2/connection.py    |  2 +-
5 files changed, 64 insertions(+), 25 deletions(-)