mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
reverted previous ugly hack for issue #110, perhaps a better fix is possible
This commit is contained in:
parent
1928d5464d
commit
86df6037e3
|
@ -15,8 +15,6 @@ class Syntax(GenericSyntax):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def unescape(expression, quote=True):
|
def unescape(expression, quote=True):
|
||||||
return expression
|
|
||||||
|
|
||||||
if isDBMSVersionAtLeast('3'):
|
if isDBMSVersionAtLeast('3'):
|
||||||
if quote:
|
if quote:
|
||||||
expression = expression.replace("'", "''")
|
expression = expression.replace("'", "''")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user