pgadmin4/web/pgadmin/utils/tests
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
..
templates/some_feature/sql Greenplum specific DDL and Dashboard display changes. 2017-08-25 17:53:03 +05:30
__init__.py Create a template loader for SQL templates. 2017-01-30 11:25:03 +00:00
test_compile_template_name.py Support EXPLAIN on Greenplum. Fixes #3097 2018-02-09 11:54:42 +00:00
test_versioned_template_loader.py PEP8 fixes for the utils module. Fixes #3076 2018-01-31 13:58:55 +00:00