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
Christopher Jolly ff8c50a1dc
Improve handling executing scripts in the tests (#207)
Executing the SQL script to set up the Northwind database was quite slow during debug. This speeds it up
2 years ago
..
EFCore.Jet.Data.Tests Db model factory updates (#166) 2 years ago
EFCore.Jet.FunctionalTests Improve handling executing scripts in the tests (#207) 2 years ago
EFCore.Jet.IntegrationTests Db model factory updates (#166) 2 years ago
EFCore.Jet.Tests Some updates to the migration/update sql. Main change is if we are doing an INSERT, if there is no values to be read back we don't have to follow it up with a 'SELECT @@ROWCOUNT' 2 years ago
JetProviderExceptionTests
Shared/TestUtilities Auto skip statements that are not supported by Jet. Track unsupported statements in log files. (#169) 2 years ago
Directory.Build.props
Northwind.sql
xunit.runner.json