mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-04 21:23:22 +03:00
one more commit related to the previous one
This commit is contained in:
parent
6c582343fe
commit
917b2b0d6b
|
@ -65,7 +65,7 @@ def tableExists(tableFile, regex=None):
|
||||||
tbllock.release()
|
tbllock.release()
|
||||||
|
|
||||||
if conf.db and not conf.db.endswith(METADB_SUFFIX):
|
if conf.db and not conf.db.endswith(METADB_SUFFIX):
|
||||||
fullTableName = "%s.%s" % (conf.db, table)
|
fullTableName = "%s%s%s" % (conf.db, '..' if Backend.getIdentifiedDbms() in (DBMS.MSSQL, DBMS.SYBASE) else '.', table)
|
||||||
else:
|
else:
|
||||||
fullTableName = table
|
fullTableName = table
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user