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/System.Data.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
..
Properties Upgrade System.Data.Jet.Test. 6 years ago
Resources Some more fixes - Still boolean test not working 8 years ago
AdoxTest.cs Implement parallel support for ODBC and OLE DB. 6 years ago
AssemblyInitialization.cs Upgrade and fix System.Data.Jet and System.Data.Jet.Test to 3.1.x. 6 years ago
ConnectionPoolingTest.cs Implement parallel support for ODBC and OLE DB. 6 years ago
CreateDatabaseTest.cs Implement parallel support for ODBC and OLE DB. 6 years ago
CreateE2ETest.cs Upgrade and fix System.Data.Jet and System.Data.Jet.Test to 3.1.x. 6 years ago
CreateNorthwindTest.cs Implement workaround for "To many tables" error: 6 years ago
DdlTest.cs Upgrade and fix System.Data.Jet and System.Data.Jet.Test to 3.1.x. 6 years ago
E2E.sql Design tests 8 years ago
Helpers.cs Implement parallel support for ODBC and OLE DB. 6 years ago
InsertTest.cs Upgrade and fix System.Data.Jet and System.Data.Jet.Test to 3.1.x. 6 years ago
JetStoreSchemaDefinitionRetrieveTest.cs Upgrade and fix System.Data.Jet and System.Data.Jet.Test to 3.1.x. 6 years ago
System.Data.Jet.Test.csproj Replace SQL related square brackets with backticks in all code and script files. 6 years ago
UpdateTest.cs Upgrade and fix System.Data.Jet and System.Data.Jet.Test to 3.1.x. 6 years ago