mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-26 00:33:14 +03:00
removed obsolete comment
This commit is contained in:
parent
04caef6de0
commit
4c6e902471
|
@ -16,10 +16,6 @@ class Syntax(GenericSyntax):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
GenericSyntax.__init__(self)
|
GenericSyntax.__init__(self)
|
||||||
|
|
||||||
# As ASCII_CHAR is only available from v2.1 we'll need to adapt this one to use the
|
|
||||||
# commented-out part only if detected version>=2.1
|
|
||||||
# Reference: wiki.firebirdsql.org/wiki/index.php?page=ASCII_CHAR
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def unescape(expression, quote=True):
|
def unescape(expression, quote=True):
|
||||||
if isDBMSVersionAtLeast('2.1'):
|
if isDBMSVersionAtLeast('2.1'):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user