made --search -D on MSSQL consistent with other DBMSes - issue #81

This commit is contained in:
Bernardo Damele
2012-07-20 23:37:56 +01:00
parent 7f10b01265
commit 60242f92c5
2 changed files with 11 additions and 6 deletions

View File

@@ -154,12 +154,10 @@ class Search:
foundTbls = {}
tblList = conf.tbl.split(",")
rootQuery = queries[Backend.getIdentifiedDbms()].search_table
tblCond = rootQuery.inband.condition
dbCond = rootQuery.inband.condition2
whereDbsQuery = ""
tblConsider, tblCondParam = self.likeOrExact("table")
for tbl in tblList: