pgAdmin 4 commit: Added PSQL tool support for the Windows platform. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added PSQL tool support for the Windows platform.
Date
Msg-id E1ltpGa-0007CD-Q0@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added PSQL tool support for the Windows platform.

Fixed following issues:
1. If the database name contains escape characters then PSQL unable to connect.
2. If the user terminates the connection by typing the 'exit' command, PSQL
   will show the connection termination msg.

Fixes #2341

Branches
--------
React_Porting
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9f12747d9b68e9b497a8daeb19794985271018dc
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
requirements.txt                                   |   3 +-
.../browser/register_browser_preferences.py        |  91 ++++------
web/pgadmin/browser/static/js/collection.js        |   2 +-
web/pgadmin/browser/static/js/node.js              |   2 +-
web/pgadmin/browser/static/js/toolbar.js           |   4 +-
web/pgadmin/browser/utils.py                       |   3 +-
web/pgadmin/tools/psql/__init__.py                 | 190 +++++++++++++++------
web/pgadmin/tools/psql/static/js/psql_module.js    |  14 +-
.../tools/psql/templates/editor_template.html      |  59 +++----
web/regression/python_test_utils/test_utils.py     |  13 +-
10 files changed, 219 insertions(+), 162 deletions(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch] - Test cases failure fix
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Updated DEFAULT_BINARY_PATHS for container.