mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +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
|
||||
def unescape(expression, quote=True):
|
||||
return expression
|
||||
|
||||
if isDBMSVersionAtLeast('3'):
|
||||
if quote:
|
||||
expression = expression.replace("'", "''")
|
||||
|
|
Loading…
Reference in New Issue
Block a user