mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
reverted previous ugly hack for issue #110, perhaps a better fix is possible
This commit is contained in:
parent
1928d5464d
commit
86df6037e3
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue