pgAdmin 4 commit: Fix an issue where we were executing SELECT statement

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where we were executing SELECT statement
Date: 2017-09-20 10:59:41
Message-ID: E1ducjF-0003rV-Op@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where we were executing SELECT statements in transactions in query tool which probably is not required because SELECT statements are already protected from dirty reads. Fixes #2683

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=354679e69b0591821e44a6294e7e175d078215e2

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2017-09-20 11:36:29 Build failed in Jenkins: pgadmin4-master-python35 #332
Previous Message Dave Page 2017-09-20 10:42:33 Re: pgAdmin 4 commit: Bundle fonts with pgAdmin so we have a standard set f