mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
some fixes
This commit is contained in:
@@ -2549,7 +2549,7 @@ def normalizeUnicode(value):
|
||||
|
||||
def safeSQLIdentificatorNaming(name, isTable=False):
|
||||
"""
|
||||
Returns a safe representation of SQL identificator name
|
||||
Returns a safe representation of SQL identificator name (internal data format)
|
||||
"""
|
||||
|
||||
retVal = name
|
||||
|
||||
Reference in New Issue
Block a user