mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed display SQL of table with index for GreenPlum database. Fixes #3306
This commit is contained in:
committed by
Akshay Joshi
parent
b653b742ed
commit
2ace6a60f3
@@ -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 '
|
||||
|
||||
Reference in New Issue
Block a user