mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 15:09:19 +02:00
* Map time fields to ftTime, so that field.asstring does not show the date-part, bug #14901
git-svn-id: trunk@15007 -
This commit is contained in:
parent
9a543dbd1c
commit
1d0db2cc85
@ -458,9 +458,9 @@ begin
|
|||||||
TrLen := SQLLen;
|
TrLen := SQLLen;
|
||||||
end;
|
end;
|
||||||
SQL_TYPE_DATE :
|
SQL_TYPE_DATE :
|
||||||
TrType := ftDate{Time};
|
TrType := ftDate;
|
||||||
SQL_TYPE_TIME :
|
SQL_TYPE_TIME :
|
||||||
TrType := ftDateTime;
|
TrType := ftTime;
|
||||||
SQL_TIMESTAMP :
|
SQL_TIMESTAMP :
|
||||||
TrType := ftDateTime;
|
TrType := ftDateTime;
|
||||||
SQL_ARRAY :
|
SQL_ARRAY :
|
||||||
|
Loading…
Reference in New Issue
Block a user