pgAdmin 4 commit: Prevent auto-commit/rollback being changedmid-transa

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Prevent auto-commit/rollback being changedmid-transa
Дата
Msg-id E1h0l5G-0003MF-NQ@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Prevent auto-commit/rollback being changed mid-transaction, and make the Preferences the defaults, not the current
values.

Branch
------
master

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

Modified Files
--------------
.../static/js/sqleditor/query_tool_preferences.js  | 14 ----
web/pgadmin/tools/datagrid/__init__.py             |  6 ++
web/pgadmin/tools/sqleditor/__init__.py            | 86 ++++------------------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 22 ++++--
.../tools/sqleditor/tests/test_start_query_tool.py |  6 +-
.../sqleditor/utils/query_tool_preferences.py      |  8 +-
6 files changed, 46 insertions(+), 96 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - Encoding Fixes
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fix the position of text editor of a cell in QueryTo