pgAdmin 4 commit: Fixed an issue where the user is not able to use the

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 the user is not able to use the
Date: 2021-02-19 10:28:35
Message-ID: E1lD31X-0004xo-5L@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the user is not able to use the query tool when
any other long-running operation is in progress.

refs #5793

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d9847ed1f3bfe05d9b3e644a0fca45820faa5e3a
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-02-19 10:28:54 Re: [pgAdmin4][RM-5793]: Unexpected behaviour with long-running operation.
Previous Message Akshay Joshi 2021-02-19 10:15:06 pgAdmin 4 commit: Fixed an issue where 'sys.executable' returns the pat