minor update for MSSQL --tables (fallback to other method)

This commit is contained in:
Miroslav Stampar
2012-01-03 18:01:14 +00:00
parent 13f2afbbc9
commit f412706fee
3 changed files with 6 additions and 6 deletions

View File

@@ -887,9 +887,6 @@ class Enumeration:
if len(dbs) < 2 and ("%s," % condition) in query:
query = query.replace("%s," % condition, "", 1)
if Backend.isDbms(DBMS.MSSQL):
query = safeStringFormat(query, conf.db)
value = inject.getValue(query, blind=False)
if not isNoneValue(value):