mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +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;
|
||||
end;
|
||||
SQL_TYPE_DATE :
|
||||
TrType := ftDate{Time};
|
||||
TrType := ftDate;
|
||||
SQL_TYPE_TIME :
|
||||
TrType := ftDateTime;
|
||||
TrType := ftTime;
|
||||
SQL_TIMESTAMP :
|
||||
TrType := ftDateTime;
|
||||
SQL_ARRAY :
|
||||
|
Loading…
Reference in New Issue
Block a user