pgadmin4/web/pgadmin/tools/sqleditor/utils
Aditya Toshniwal bdb7e3fde2 Infrastructure and changes to the Query Tool for realtime preference handling. Refs #3294
Highlights of this patch include:
- Changes will affect SQL Editors in Create dialog boxes, SQL tab of the main screen, Query tool, History entries in the query tool, Query tool opened in New Tab/Window
- All the components of SQL editor will refer to single source of preferences which is cached in the Browser object. All other redundant ajax get preference calls are removed.
- SQL editor will not refer template JS variables anymore, once all the references are removed the template variables will also be removed.
- Code refactoring wherever possible.
- Covered JS test cases wherever possible.
2018-07-05 11:38:43 +01:00
..
tests Add support for LISTEN/NOTIFY in the query tool. Fixes #3204 2018-05-30 21:58:28 -04:00
__init__.py Support EXPLAIN on Greenplum. Fixes #3097 2018-02-09 11:54:42 +00:00
apply_explain_plan_wrapper.py PEP8 fixes for the tools module. 2018-02-23 11:57:44 +00:00
constant_definition.py Support EXPLAIN on Greenplum. Fixes #3097 2018-02-09 11:54:42 +00:00
filter_dialog.py Allow sorting when viewing/editing data. Fixes #1894 2018-04-05 16:25:17 +01:00
is_begin_required.py Support EXPLAIN on Greenplum. Fixes #3097 2018-02-09 11:54:42 +00:00
query_tool_fs_utils.py Handle opening of non-UTF8 compatible files. Fixes #3129 2018-03-02 13:36:50 +00:00
query_tool_preferences.py Infrastructure and changes to the Query Tool for realtime preference handling. Refs #3294 2018-07-05 11:38:43 +01:00
start_running_query.py Add support for LISTEN/NOTIFY in the query tool. Fixes #3204 2018-05-30 21:58:28 -04:00
update_session_grid_transaction.py Support EXPLAIN on Greenplum. Fixes #3097 2018-02-09 11:54:42 +00:00