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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where connection to the server is on w
Date: 2020-10-28 10:52:32
Message-ID: E1kXj4C-0004gL-Ew@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-10-28 10:53:08 Re: pgAgent/creating and modifying tables doc improvement
Previous Message Khushboo Vashi 2020-10-28 09:32:48 Re: [pgAdmin][RM4061]: Backslashes are not handled correctly for SQL_ASCII database in View/Edit table data