| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Modify the Download as CSV option to use the same con |
| Date: | 2019-02-20 11:49:49 |
| Message-ID: | E1gwQNp-0001SD-1q@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Modify the Download as CSV option to use the same connection as the Query Tool its running in so temporary tables etc. can be used. Fixes #3673
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=34045efb38c15ef4ec3d84dbeebb694d78760d00
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2019-02-20 11:52:33 | Re: [pgAdmin4][Pattch] - RM #3673 - "Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file |
| Previous Message | Dave Page | 2019-02-20 11:15:53 | Re: [pgAdmin4][RM3912] Unable to save data if user update primary key with Json data type |