pgAdmin 4 commit: Don't exclude SELECT statements from transactionmana - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Don't exclude SELECT statements from transactionmana
Date
Msg-id E1gwoyQ-000234-DB@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Don't exclude SELECT statements from transaction management in the Query Tool in case they call data-modifying
functions.Fixes #3958 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5be0d17df58041988548b3bec1cecd1ee59bca40
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_3.rst                       | 1 +
web/pgadmin/tools/sqleditor/utils/is_begin_required.py | 6 ++----
2 files changed, 3 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: [pgAdmin4][Patch]: Feature #2418 add rollback and commit actionbuttons on Query Tool
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #3958 Query Tool commits after SELECTstatements regardless of 'Auto commit' setting