This commit is contained in:
Miroslav Stampar
2019-05-29 15:52:33 +02:00
parent 00435934bc
commit 95560da7c1
18 changed files with 169 additions and 3 deletions

View File

@@ -41,3 +41,9 @@ class Enumeration(GenericEnumeration):
def getCurrentDb(self):
return HSQLDB_DEFAULT_SCHEMA
def getStatements(self):
warnMsg = "on HSQLDB it is not possible to enumerate the SQL statements"
logger.warn(warnMsg)
return []