Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: a954f22fe86d7c68635cbe4b1e1558468c29096c https://github.com/pgadmin-org/pgadmin4/commit/a954f22fe86d7c68635cbe4b1e1558468c29096c Author: Pravesh Sharma <pravesh.sha...@enterprisedb.com> Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths: M web/pgadmin/static/js/components/FormComponents.jsx M web/pgadmin/tools/sqleditor/utils/query_tool_preferences.py Log Message: ----------- Fixed an issue where the CSV file would not download if the CSV quote character length exceeded 1. #5505