Minor update

This commit is contained in:
Miroslav Stampar
2014-08-30 21:53:09 +02:00
parent 177fc0376d
commit dc2ee8bfa0
12 changed files with 15 additions and 15 deletions

View File

@@ -63,7 +63,7 @@ class Fingerprint(GenericFingerprint):
* http://www.postgresql.org/docs/9.1/interactive/release.html (up to 9.1.3)
"""
if not conf.extensiveFp and (Backend.isDbmsWithin(PGSQL_ALIASES) or conf.dbms in PGSQL_ALIASES):
if not conf.extensiveFp and (Backend.isDbmsWithin(PGSQL_ALIASES) or (conf.dbms or "").lower() in PGSQL_ALIASES):
setDbms(DBMS.PGSQL)
self.getBanner()