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.jo...@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(-)