mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -2824,6 +2824,8 @@ def safeSQLIdentificatorNaming(name, isTable=False):
|
||||
retVal = name
|
||||
|
||||
if isinstance(name, basestring):
|
||||
name = getUnicode(name)
|
||||
|
||||
if isTable and Backend.getIdentifiedDbms() in (DBMS.MSSQL, DBMS.SYBASE) and '.' not in name:
|
||||
name = "%s.%s" % (DEFAULT_MSSQL_SCHEMA, name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user