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.
The Query Asserter already runs the CreateDbCommand on the IQueryable which creates the DbCommand with the parameters all set up. Creating the query string and running that as a separate command is not really necessary. By the looks of it this only affects the test system which specifically creates a query string from an IQueryable and creates a new DbCommand with that as the command text. It doesn't seem to affect anywhere else |
2 years ago | |
|---|---|---|
| .. | ||
| EFCore.Jet.Data.Tests | 3 years ago | |
| EFCore.Jet.FunctionalTests | 2 years ago | |
| EFCore.Jet.IntegrationTests | 3 years ago | |
| EFCore.Jet.Tests | 3 years ago | |
| JetProviderExceptionTests | 3 years ago | |
| Directory.Build.props | 4 years ago | |
| Northwind.sql | 3 years ago | |
| xunit.runner.json | 6 years ago | |