Minor fix

This commit is contained in:
Miroslav Stampar 2012-09-10 19:28:15 +02:00
parent 5c21395fe2
commit 959225af55

View File

@ -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