Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8d631 commit 7cb7c63Copy full SHA for 7cb7c63
1 file changed
plugins/dbms/sybase/fingerprint.py
@@ -74,7 +74,7 @@ def checkDbms(self):
74
if conf.direct:
75
result = True
76
else:
77
- result = inject.checkBooleanExpression("tempdb_id()=tempdb_id()")
+ result = inject.checkBooleanExpression("@@transtate=@@transtate")
78
79
if result:
80
infoMsg = "confirming %s" % DBMS.SYBASE
0 commit comments