Skip to content

Commit 5882ab5

Browse files
committed
1 parent f97b35d commit 5882ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/generic/entries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def dumpTable(self, foundData=None):
6464
conf.db = self.getCurrentDb()
6565

6666
elif conf.db is not None:
67-
if Backend.isDbms(DBMS.ORACLE, DBMS.DB2, DBMS.HSQLDB):
67+
if Backend.getIdentifiedDbms() in (DBMS.ORACLE, DBMS.DB2, DBMS.HSQLDB):
6868
conf.db = conf.db.upper()
6969

7070
if ',' in conf.db:

0 commit comments

Comments
 (0)