mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implements #4403
This commit is contained in:
parent
673a5afe07
commit
585645e806
4 changed files with 39 additions and 23 deletions
|
|
@ -159,7 +159,7 @@ class Entries(object):
|
|||
continue
|
||||
|
||||
kb.dumpColumns = [unsafeSQLIdentificatorNaming(_) for _ in colList]
|
||||
colNames = colString = ", ".join(column for column in colList)
|
||||
colNames = colString = ','.join(column for column in colList)
|
||||
rootQuery = queries[Backend.getIdentifiedDbms()].dump_table
|
||||
|
||||
infoMsg = "fetching entries"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue