Обсуждение: pgAdmin 4 commit: Added PSQL tool support for the Windows platform.

Поиск
Список
Период
Сортировка

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

От
Akshay Joshi
Дата:
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(-)