mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
fixes issue #97
This commit is contained in:
parent
224bce8604
commit
1928d5464d
2 changed files with 182 additions and 81 deletions
|
|
@ -15,6 +15,8 @@ class Syntax(GenericSyntax):
|
|||
|
||||
@staticmethod
|
||||
def unescape(expression, quote=True):
|
||||
return expression
|
||||
|
||||
if isDBMSVersionAtLeast('3'):
|
||||
if quote:
|
||||
expression = expression.replace("'", "''")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue