EntityFrameworkCore.Jet
EntityFrameworkCore.Jet copied to clipboard
Check that unique indexes are retrieved in the right way.
trafficstars
Probably EF Core enforce 1-1 relationships using unique indexes so Design Tests should not work anymore
Looking at tests results UK are retrieved correctly. EF does not enforce 1-1 using them (but looking at original tests results it should do).