Arthur Vickers
Arthur Vickers
@roji Not sure. Will try to pull together the relevant info for the team to discuss.
@lauxjpn Interesting you are planning on changing the `TimeSpan` mapping to `bigint`. We have the same problem with the mapping in SQL Server, and it may be that `bigint` is...
> I think that's about the gist of it. What do you think? Sounds like a plan! Let's see how it goes.
Probably an oversight. @roji?
/cc @roji
@dgxhubbard Few things to note here: * The part of the docs highlighted is not really relevant in this case. Fixup is not happening to entities that have already been...
@Tarig0 Of course: see https://github.com/aspnet/Mvc/issues/4160
@dgxhubbard EF6 and EF Core behave in the same way here. Also, you mention a first and a second query, but your code above only shows a single query.
@dgxhubbard In the code above, a new context is created for each query, so the context will not be tracking anything each time the query executes.
@Tarig0 The code above uses "new".