From 5882ab59d860eed8fa3303fa1e5c2ab01f53ced8 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 1 Jul 2013 22:30:59 +0100 Subject: [PATCH] fixed #478 --- plugins/generic/entries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: