mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #1169: give items in TDBDatatypeIndex a different prefix (dt => dbdt), to fix a conflict with those from Delphi's database components
This commit is contained in:
@ -1843,7 +1843,7 @@ begin
|
||||
Row := Row + 'NULL'
|
||||
else case Data.DataType(i).Category of
|
||||
dtcInteger, dtcReal: begin
|
||||
if Data.DataType(i).Index = dtBit then
|
||||
if Data.DataType(i).Index = dbdtBit then
|
||||
Row := Row + 'b' + Quoter.EscapeString(Data.Col(i))
|
||||
else
|
||||
Row := Row + Data.Col(i);
|
||||
|
Reference in New Issue
Block a user