[pgAdmin4][Patch]: To exclude SELECT queries from transaction in query tool

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: To exclude SELECT queries from transaction in query tool
Date: 2017-09-20 08:34:06
Message-ID: CAKKotZTnhEZuTJSvKY4vcDwqBgveWm77UQpA3ogGKotwY6JhOQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA minor patch to fix the 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.
RM#2683

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
RM_2683.diff text/plain 758 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-09-20 10:29:25 pgAdmin 4 commit: Improve display of error messages in the query tool.
Previous Message Ashesh Vashi 2017-09-19 17:15:50 pgAdmin 4 commit: Resolve the correct path when building the webpack mo