fixes for sqlite

This commit is contained in:
Miroslav Stampar
2010-03-30 13:36:23 +00:00
parent 8702cce760
commit f0729565a9
2 changed files with 5 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ class Fingerprint(GenericFingerprint):
if not conf.extensiveFp:
return True
version = inject.getValue("SUBSTR((SQLITE_VERSION()), 1, 1)", unpack=False, charsetType=2)
version = inject.getValue("SELECT SUBSTR((SQLITE_VERSION()), 1, 1)", unpack=False, charsetType=2)
kb.dbmsVersion = [ version ]
return True