Given the code below, EF Core 7 seems to be generating invalid SQL when compared to EF Core 6 This seems to only happen when specifying that the database type for the field is 'datetime' instead of ...
In this version we run into conversion problems regarding datetime columns in the database. As we use sql server to store session in table [sessions] we get the ...