SQLite does not care much about defined column data types, and not even about results of functions like DATE() - most of them just return strings (which could be the cause of ftMemo), and the underlying driver you use does not really get information about the originated data type.