Minor update

This commit is contained in:
Miroslav Stampar 2013-01-10 11:42:37 +01:00
parent bf5544903b
commit ebde4b190e
2 changed files with 2 additions and 3 deletions

View File

@ -174,7 +174,7 @@ class Fingerprint(GenericFingerprint):
infoMsg = "confirming %s" % DBMS.MYSQL infoMsg = "confirming %s" % DBMS.MYSQL
logger.info(infoMsg) logger.info(infoMsg)
result = inject.checkBooleanExpression("USER()=USER()") result = inject.checkBooleanExpression("USER() LIKE USER()")
if not result: if not result:
warnMsg = "the back-end DBMS is not %s" % DBMS.MYSQL warnMsg = "the back-end DBMS is not %s" % DBMS.MYSQL

View File

@ -397,8 +397,7 @@
<dbms value="Firebird"> <dbms value="Firebird">
<cast query="CAST(%s AS VARCHAR(10000))"/> <cast query="CAST(%s AS VARCHAR(10000))"/>
<length query="CHAR_LENGTH(%s)"/> <length query="CHAR_LENGTH(%s)"/>
<!-- TODO: add proper value --> <delimiter query="||"/>
<delimiter query=""/>
<limit query="ROWS %d TO %d"/> <limit query="ROWS %d TO %d"/>
<limitregexp query="\s+ROWS\s+([\d]+)(\s+\TO\s+([\d]+))?"/> <limitregexp query="\s+ROWS\s+([\d]+)(\s+\TO\s+([\d]+))?"/>
<limitgroupstart query="1"/> <limitgroupstart query="1"/>