pgAdmin 4 commit: Prevent auto-commit/rollback being changed mid-transa

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Prevent auto-commit/rollback being changed mid-transa
Date: 2019-03-04 10:44:34
Message-ID: E1h0l5G-0003MF-NQ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-03-04 11:09:41 pgAdmin 4 commit: Fix the position of text editor of a cell in Query To
Previous Message Akshay Joshi 2019-03-04 10:42:08 Re: [pgAdmin4][Patch] - Encoding Fixes