Minor fix (Sybase Adaptive Server Anywhere doesn't have support for tempdb_id())

This commit is contained in:
Miroslav Stampar 2013-10-17 16:04:55 +02:00
parent 5b8d631dc0
commit 7cb7c6361f

View File

@ -74,7 +74,7 @@ class Fingerprint(GenericFingerprint):
if conf.direct:
result = True
else:
result = inject.checkBooleanExpression("tempdb_id()=tempdb_id()")
result = inject.checkBooleanExpression("@@transtate=@@transtate")
if result:
infoMsg = "confirming %s" % DBMS.SYBASE