* 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:
joost 2010-03-12 20:41:35 +00:00
parent 9a543dbd1c
commit 1d0db2cc85

View File

@ -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 :