one more commit related to the previous one

This commit is contained in:
Miroslav Stampar 2011-02-09 17:07:02 +00:00
parent 6c582343fe
commit 917b2b0d6b

View File

@ -65,7 +65,7 @@ def tableExists(tableFile, regex=None):
tbllock.release()
if conf.db and not conf.db.endswith(METADB_SUFFIX):
fullTableName = "%s.%s" % (conf.db, table)
fullTableName = "%s%s%s" % (conf.db, '..' if Backend.getIdentifiedDbms() in (DBMS.MSSQL, DBMS.SYBASE) else '.', table)
else:
fullTableName = table