pgAdmin 4 commit: Don't exclude SELECT statements from transactionmana

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Don't exclude SELECT statements from transactionmana
Дата
Msg-id E1gwoyQ-000234-DB@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: [pgAdmin4][Patch]: Feature #2418 add rollback and commit actionbuttons on Query Tool
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM #3958 Query Tool commits after SELECTstatements regardless of 'Auto commit' setting