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(-)