mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Update for an Issue #352
This commit is contained in:
@@ -13,4 +13,9 @@ class Syntax(GenericSyntax):
|
||||
|
||||
@staticmethod
|
||||
def escape(expression, quote=True):
|
||||
"""
|
||||
>>> Syntax.escape("SELECT 'abcdefgh' FROM foobar")
|
||||
"SELECT 'abcdefgh' FROM foobar"
|
||||
"""
|
||||
|
||||
return expression
|
||||
|
||||
Reference in New Issue
Block a user