pgAdmin 4 commit: Display errors during CSV download from the Query Too

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Display errors during CSV download from the Query Too
Дата
Msg-id E1h9sY6-0003Kw-5e@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Display errors during CSV download from the Query Tool in the UI rather than putting them in the CSV file. Fixes #4085
Ensure the toolbar buttons are properly reset following a CSV download in the Query Tool. Fixes #4096

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7627e9c699eda9f5b8baf0cc37dce9d130de4a99
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_4.rst                   |   2 +
web/pgadmin/tools/sqleditor/__init__.py            |  16 +--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 146 ++++++++++++---------
web/pgadmin/utils/driver/psycopg2/connection.py    |   6 +
4 files changed, 101 insertions(+), 69 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM4085] CSV download should show error messages inmessages tab and not in the CSV file
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 4082 - Download CSV error displayed forprocedure and functions with create script