We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7104e00 commit 5aaf18fCopy full SHA for 5aaf18f
1 file changed
plugins/dbms/sybase/fingerprint.py
@@ -98,7 +98,7 @@ def checkDbms(self):
98
infoMsg = "actively fingerprinting %s" % DBMS.SYBASE
99
logger.info(infoMsg)
100
101
- for version in xrange(12, 16):
+ for version in xrange(6, 17):
102
result = inject.checkBooleanExpression("PATINDEX('%%/%d[./]%%',@@VERSION)>0" % version)
103
104
if result:
0 commit comments