fix for Bug #207

This commit is contained in:
Miroslav Stampar
2010-10-22 14:01:48 +00:00
parent 1b2ec826bf
commit dec4d858b3
3 changed files with 8 additions and 7 deletions

View File

@@ -124,7 +124,7 @@ def __goInferenceProxy(expression, fromUser=False, expected=None, batch=False, r
rdbRegExp = re.search("RDB\$GET_CONTEXT\([^)]+\)", expression, re.I)
if rdbRegExp and kb.dbms == "Firebird":
expressionFieldsList = [expressionFields]
if len(expressionFieldsList) > 1:
infoMsg = "the SQL query provided has more than a field. "
infoMsg += "sqlmap will now unpack it into distinct queries "