pgAdmin 4 commit: Don't exclude SELECT statements from transaction mana

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't exclude SELECT statements from transaction mana
Date: 2019-02-21 14:05:14
Message-ID: E1gwoyQ-000234-DB@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-02-21 14:05:28 Re: [pgAdmin4][Patch]: RM #3958 Query Tool commits after SELECT statements regardless of 'Auto commit' setting
Previous Message Akshay Joshi 2019-02-21 12:40:04 [pgAdmin4][Patch]: Feature #2418 add rollback and commit action buttons on Query Tool