pgAdmin 4 commit: Added PSQL tool support for the Windows platform.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added PSQL tool support for the Windows platform.
Date: 2021-06-08 09:29:10
Message-ID: E1lqY2o-0002Fj-Kx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9f12747d9b68e9b497a8daeb19794985271018dc
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-08 09:29:35 Re: [pgAdmin][RM-2341]: Add menu option for starting PSQL
Previous Message Nikhil Mohite 2021-06-08 08:31:04 [pgAdmin][RM-6466]: Unable to add members in Login/Role group while creating it