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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Added PSQL tool support for the Windows platform.
Дата
Msg-id E1lqY2o-0002Fj-Kx@gothos.postgresql.org
обсуждение исходный текст
Список 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.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 по дате отправления:

Предыдущее
От: Nikhil Mohite
Дата:
Сообщение: [pgAdmin][RM-6466]: Unable to add members in Login/Role group while creating it
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-2341]: Add menu option for starting PSQL