We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97b35d commit 5882ab5Copy full SHA for 5882ab5
plugins/generic/entries.py
@@ -64,7 +64,7 @@ def dumpTable(self, foundData=None):
64
conf.db = self.getCurrentDb()
65
66
elif conf.db is not None:
67
- if Backend.isDbms(DBMS.ORACLE, DBMS.DB2, DBMS.HSQLDB):
+ if Backend.getIdentifiedDbms() in (DBMS.ORACLE, DBMS.DB2, DBMS.HSQLDB):
68
conf.db = conf.db.upper()
69
70
if ',' in conf.db:
0 commit comments