Fixed display SQL of table with index for GreenPlum database. Fixes #3306

This commit is contained in:
Joao De Almeida Pereira
2018-04-25 12:36:41 +05:30
committed by Akshay Joshi
parent b653b742ed
commit 2ace6a60f3
5 changed files with 92 additions and 24 deletions

View File

@@ -10,11 +10,7 @@ from pgadmin.utils.compile_template_name import compile_template_name
from pgadmin.utils.route import BaseTestGenerator
class StartRunningQueryTest(BaseTestGenerator):
"""
Check that the apply_explain_plan_weapper_if_needed method works as
intended
"""
class TestCompileTemplateName(BaseTestGenerator):
scenarios = [
(
'When server is Postgres and version is 10, it returns the path '