only a small update

This commit is contained in:
Miroslav Stampar 2012-06-27 14:43:18 +02:00
parent 4da2a3a8ac
commit 303aa10507

View File

@ -1975,9 +1975,10 @@ class Enumeration:
regex = "|".join(conf.tbl.split(","))
return tableExists(paths.COMMON_TABLES, regex)
rootQuery = queries[Backend.getIdentifiedDbms()].search_table
foundTbls = {}
tblList = conf.tbl.split(",")
rootQuery = queries[Backend.getIdentifiedDbms()].search_table
tblCond = rootQuery.inband.condition
dbCond = rootQuery.inband.condition2
whereDbsQuery = ""