pgAdmin 4 commit: Save error details when executing to CSV, if no data

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Save error details when executing to CSV, if no data
Дата
Msg-id E1bmIkM-00086Y-Rs@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Save error details when executing to CSV, if no data is returned. This ensures the user gets some feedback rather than
nothingat all. Fixes #1592 

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=28ce31a0227f7460b79688e6ca85c23404190251
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py       | 21 ++++++++++++---------
web/pgadmin/utils/driver/psycopg2/__init__.py |  1 +
2 files changed, 13 insertions(+), 9 deletions(-)


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

Предыдущее
От: Surinder Kumar
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM1592 - Download as CSV should be supported for DDL
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM1592 - Download as CSV should be supported for DDL