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
Lau 11d56f868c Implement workaround for "To many tables" error:
ODBC Error Code: -1311 [HY001]
[Microsoft][ODBC Microsoft Access Driver] Cannot open any more tables.
If too many commands get executed in short succession, ACE/Jet can run out of table handles.
This can happen despite proper disposal of OdbcCommand and OdbcDataReader objects.
Waiting for a couple of milliseconds will give ACE/Jet enough time to catch up.
6 years ago
..
EFCore.Jet.FunctionalTests Replace SQL related square brackets with backticks in all code and script files. 6 years ago
EFCore.Jet.IntegrationTests Replace SQL related square brackets with backticks in all code and script files. 6 years ago
EFCore.Jet.Tests Update solution and build/infrastructure files. 6 years ago
System.Data.Jet.Test Implement workaround for "To many tables" error: 6 years ago
Directory.Build.props Update solution and build/infrastructure files. 6 years ago
Northwind.sql Replace SQL related square brackets with backticks in all code and script files. 6 years ago
xunit.runner.json Implement parallel support for ODBC and OLE DB. 6 years ago