The SQLiteDialect stores Date, DateTime, and Time types in TEXT fields. The conversion from DateTime to text is done using the current culture of the local computer instead of the InvariantCulture.
The consequence of this is that when the value in sqlite is "", the value obtained by EF is inconsistent with the database. If IsConcurrencyToken is configured, the update will fail. Although the ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results