On 20 Aug 2019, at 12:19am, Barry <[email protected]> wrote:

> Would it be possible for a future version of SQLite to support TimeSpan 
> mapping in the entity framework?

This is not an aspect of SQLite itself, but of how Entity Framework 6 talks to 
SQLite.  The development team who could affect this change are those who 
maintain Entity Framework.  Perhaps you could contact them.

I'm not an expert on it, but I see no reason why Entity Framework could not see 
a '.Time' and know that SQLite should store it as text or a number, making 
appropriate conversions when needed.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to