Arthur Vickers

Results 1127 comments of Arthur Vickers

@roji I think we said that we would generate simple casts in the database, but would not try to be specific about how the conversions worked. However, I'm not sure...

Also consider the discussion in #12762 when working on this.

@roji EF level, unfortunately.

@smitpatel See comment above, which is essentially about SQL translation with value converters. This is likely a duplicate of something, but I can't find the best fit.

@marchy Nope, this is still in the backlog for consideration.

Note for triage: still repros on latest daily, and on SQL Server.

@AndriySvyryd > We do not support FKs that point to principal properties of a different type even if they could be compatible. The model above appears to work fine outside...

@tbasallo The naming did not change. Complex types is a feature of the EF6 codebase. EF Core has never had complex types. Owned types have some similarities to complex types,...

Re-opening to consider adding a note that owned types are _not_ the equivalent of complex types.