diff --git a/plugins/generic/entries.py b/plugins/generic/entries.py index bc56d2864..aa440a447 100644 --- a/plugins/generic/entries.py +++ b/plugins/generic/entries.py @@ -64,7 +64,7 @@ class Entries: conf.db = self.getCurrentDb() elif conf.db is not None: - if Backend.isDbms(DBMS.ORACLE, DBMS.DB2, DBMS.HSQLDB): + if Backend.getIdentifiedDbms() in (DBMS.ORACLE, DBMS.DB2, DBMS.HSQLDB): conf.db = conf.db.upper() if ',' in conf.db: