mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 12:40:25 +02:00
* fcl-db: ibconnection: cosmetic
git-svn-id: trunk@28942 -
This commit is contained in:
parent
fb35830fc1
commit
727d73677a
@ -602,7 +602,7 @@ begin
|
||||
TrLen := SQLLen;
|
||||
end;
|
||||
SQL_TYPE_DATE :
|
||||
TrType := ftDate;
|
||||
TrType := ftDate;
|
||||
SQL_TYPE_TIME :
|
||||
TrType := ftTime;
|
||||
SQL_TIMESTAMP :
|
||||
@ -615,9 +615,9 @@ begin
|
||||
SQL_BLOB :
|
||||
begin
|
||||
if SQLSubType = isc_blob_text then
|
||||
TrType := ftMemo
|
||||
TrType := ftMemo
|
||||
else
|
||||
TrType := ftBlob;
|
||||
TrType := ftBlob;
|
||||
TrLen := SQLLen;
|
||||
end;
|
||||
SQL_SHORT :
|
||||
|
Loading…
Reference in New Issue
Block a user