pgAdmin 4 commit: Fix an issue where we were executing SELECTstatement

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Fix an issue where we were executing SELECTstatement
Дата
Msg-id E1duw33-0002ID-Kr@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix an issue where we were executing SELECT statements in transactions in query tool which probably is not required
becauseSELECT statements are already protected from dirty reads. Fixes #2683 

Branch
------
WEBPACK_DEVEL

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9450b71225f53263054f7d0b07e6c9d69ac0ecb4
Author: Dave Page <dpage@pgadmin.org>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: Jenkins build is back to normal : pgadmin4-master-python36 #335
Следующее
От: Chethana Kumar
Дата:
Сообщение: pgAdmin 4 commit: Tree view icons