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.toshni...@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(-)