mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Fix wrong FLOAT data type mapping between DB.TFieldType and TDBDatatypeIndex, in TAdoDBQuery.Execute. See http://www.heidisql.com/forum.php?t=21306
This commit is contained in:
@@ -5525,7 +5525,7 @@ begin
|
||||
ftVarBytes:
|
||||
TypeIndex := dtVarbinary;
|
||||
ftFloat:
|
||||
TypeIndex := dtEnum;
|
||||
TypeIndex := dtFloat;
|
||||
ftDate:
|
||||
TypeIndex := dtDate;
|
||||
ftTime:
|
||||
|
||||
Reference in New Issue
Block a user