pgadmin4/web/pgadmin/tools/sqleditor/tests
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
..
__init__.py Support EXPLAIN on Greenplum. Fixes #3097 2018-02-09 11:54:42 +00:00
test_encoding_charset.py Fix handling of SQL_ASCII data in the query tool. Fixes #3289. Fixes #3250 2018-06-21 08:26:01 -04:00
test_explain_plan_templates.py Fix template handling in tests for Windows. 2018-05-14 15:47:38 +01:00
test_extract_sql_from_network_parameters.py PEP8 fixes for the tools module. 2018-02-23 11:57:44 +00:00
test_poll_query_tool.py Make the poll query test a little more robust. 2018-03-07 16:48:32 +00:00
test_start_query_tool.py Fix a number of broken connection detection scenarios. 2018-03-21 08:38:18 +00:00
test_view_data_templates.py Fix template handling in tests for Windows. 2018-05-14 15:47:38 +01:00