Cosmetics

This commit is contained in:
Bernardo Damele
2010-12-21 09:23:00 +00:00
parent d554460aec
commit 1a3f57e5fe
3 changed files with 5 additions and 5 deletions

View File

@@ -87,8 +87,8 @@ class Fingerprint(GenericFingerprint):
infoMsg = "testing Microsoft SQL Server"
logger.info(infoMsg)
# NOTE: SELECT LEN(@@VERSION)=LEN(@@VERSION) FROM DUAL does not work connecting
# directly to the Microsoft SQL Server database
# NOTE: SELECT LEN(@@VERSION)=LEN(@@VERSION) FROM DUAL does not
# work connecting directly to the Microsoft SQL Server database
if conf.direct:
result = True
else: