minor update

This commit is contained in:
Miroslav Stampar 2010-12-20 11:25:18 +00:00
parent 28da1141cf
commit 364bc8e7d4

View File

@ -244,7 +244,7 @@ class Fingerprint(GenericFingerprint):
kb.dbmsVersion = ["= 4.1.0"]
else:
kb.dbmsVersion = [">= 4.0.6", "< 4.1.0"]
elif inject.checkBooleanExpression("0=(SELECT FOUND_ROWS())"):
else:
kb.dbmsVersion = [">= 4.0.0", "< 4.0.6"]
else:
kb.dbmsVersion = ["< 4.0.0"]