Couple of patches (CockroachDB, Drizzle, Firebird related)

This commit is contained in:
Miroslav Stampar
2020-02-10 16:22:58 +01:00
parent 2d48b8effa
commit 1fb1a05a78
9 changed files with 117 additions and 53 deletions

View File

@@ -27,12 +27,6 @@ class Enumeration(GenericEnumeration):
return []
def searchColumn(self):
warnMsg = "on Firebird it is not possible to search columns"
logger.warn(warnMsg)
return []
def getHostname(self):
warnMsg = "on Firebird it is not possible to enumerate the hostname"
logger.warn(warnMsg)