You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/test/EFCore.Jet.FunctionalTests/Scaffolding
Michael Steinecke 7413f28759
In contrast to SQL Standard, MS Access will create an index together with a the FK constrains (#114)
According to https://docs.microsoft.com/en-us/office/client-developer/access/desktop-database-reference/constraint-clause-microsoft-access-sql
this can be deactivated, however creating an index with the same name as an FK still results in an runtime error, therefor the index creation operation is skipped

Co-authored-by: Michael Steinecke <m.p.steinecke@gmail.com>
4 years ago
..
JetDatabaseModelFactoryTest.cs In contrast to SQL Standard, MS Access will create an index together with a the FK constrains (#114) 4 years ago