pgAdmin 4 commit: Fix saving of query output as CSV data. Fixes #1405

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix saving of query output as CSV data. Fixes #1405
Date: 2016-07-18 14:29:13
Message-ID: E1bP9Xl-00063M-81@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix saving of query output as CSV data. Fixes #1405

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=83a1535f89af1e37f8c46199368af4f42f7a3620
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
.../tools/datagrid/templates/datagrid/index.html | 1 +
web/pgadmin/tools/sqleditor/__init__.py | 55 ++++++++++
.../sqleditor/templates/sqleditor/js/sqleditor.js | 121 +++++++++------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 103 +++++++++++++++++-
4 files changed, 207 insertions(+), 73 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-18 14:29:21 Re: PATCH: Fix the issue for saving query output as CSV
Previous Message Dave Page 2016-07-18 14:28:22 pgAdmin 4 commit: Support server side download in runtime application.