mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor fix
This commit is contained in:
parent
5c21395fe2
commit
959225af55
|
@ -640,7 +640,7 @@ class Databases:
|
|||
colType = inject.getValue(query, inband=False, error=False)
|
||||
|
||||
if Backend.isDbms(DBMS.FIREBIRD):
|
||||
colType = firebirdTypes.get(colType, colType)
|
||||
colType = FIREBIRD_TYPES.get(colType, colType)
|
||||
|
||||
column = safeSQLIdentificatorNaming(column)
|
||||
columns[column] = colType
|
||||
|
|
Loading…
Reference in New Issue
Block a user