pgAdmin 4 commit: Fixed an issue where connection to the server is on w

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where connection to the server is on w
Дата
Msg-id E1kXj4C-0004gL-Ew@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where connection to the server is on wait state if a different user is provided. Fixes #5953

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_28.rst                  |   1 +
.../static/js/sqleditor/new_connection_dialog.js   |   3 +-
.../js/sqleditor/new_connection_dialog_model.js    |  22 ++-
web/pgadmin/tools/datagrid/__init__.py             |   2 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 188 ++++++++++++---------
5 files changed, 126 insertions(+), 90 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: Re: [pgAdmin][RM4061]: Backslashes are not handled correctly for SQL_ASCII database in View/Edit table data
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: pgAgent/creating and modifying tables doc improvement