pgadmin4/web/pgadmin/tools/sqleditor
Joao Pedro De Almeida Pereira e16a952753 Support EXPLAIN on Greenplum. Fixes #3097
- Extract SQLEditor.execute and SQLEditor._poll into their own files and add test around them
 - Extract SQLEditor backend functions that start executing query to their own files and add tests around it
 - Move the Explain SQL from the front-end and now pass the Explain plan parameters as a JSON object in the start query call.
 - Extract the compile_template_name into a function that can be used by the different places that try to select the version of the template and the server type
2018-02-09 11:54:42 +00:00
..
static Support EXPLAIN on Greenplum. Fixes #3097 2018-02-09 11:54:42 +00:00
templates/sqleditor/sql Support EXPLAIN on Greenplum. Fixes #3097 2018-02-09 11:54:42 +00:00
tests Support EXPLAIN on Greenplum. Fixes #3097 2018-02-09 11:54:42 +00:00
utils Support EXPLAIN on Greenplum. Fixes #3097 2018-02-09 11:54:42 +00:00
__init__.py Support EXPLAIN on Greenplum. Fixes #3097 2018-02-09 11:54:42 +00:00
command.py Significantly improve connection loss detection and handling in the query tool. Fixes #2815 2018-02-01 14:29:18 +01:00