Fixed issue of detection of EPAS server 11 and above. Version string is changed in EPAS 11

This commit is contained in:
Akshay Joshi 2018-06-21 18:30:37 +05:30
parent 8480c10c74
commit 480fe6b9fc

View File

@ -19,7 +19,7 @@ class PPAS(ServerType):
)
def instanceOf(self, ver):
return ver.startswith("EnterpriseDB")
return "EnterpriseDB" in ver
# Default Server Type