..
ComplexNavigationsQueryJetFixture.cs
Upgrade EFCore.Jet.FunctionalTests.
6 years ago
ComplexNavigationsQueryJetTest.cs
Update tests for Skip...Take
3 years ago
DbFunctionsJetTest.cs
Test fixes for escaping wild chars
3 years ago
FiltersInheritanceQueryJetFixture.cs
Update to .Net 5 ( #99 )
4 years ago
FiltersInheritanceQueryJetTest.cs
Enable nullable on src projects (not tests)
3 years ago
FromSqlQueryJetTest.cs
Fix up Design time services to work properly. Add-Migration command in VS will work now
3 years ago
FromSqlSprocQueryJetTest.cs
Fix more tests
3 years ago
FunkyDataQueryJetTest.cs
Update dependencies and some test fixes
3 years ago
GearsOfWarFromSqlQueryJetTest.cs
Gears of War tests now run.
3 years ago
GearsOfWarQueryJetFixture.cs
Add extra Gear to the Reports collection of an Officer. We had adjusted a null foreing key to make it work and this makes the expected data match the actual
3 years ago
GearsOfWarQueryJetTest.cs
Update tests for Skip...Take
3 years ago
IncludeOneToOneJetTest.cs
Update baseline assertions to support ODBC parameter placeholders.
6 years ago
InheritanceQueryJetFixture.cs
Update to .Net 5 ( #99 )
4 years ago
InheritanceQueryJetTest.cs
Add option to use the normal short text type when mapping against an unbounded System.String instead of long text/memo. Jet has limitations when using memo (e.g. joins are not supported)
3 years ago
InheritanceRelationshipsQueryJetFixture.cs
Upgrade EFCore.Jet.FunctionalTests.
6 years ago
InheritanceRelationshipsQueryJetTest.cs
Update to .Net 5 ( #99 )
4 years ago
MappingQueryJetTest.cs
Reimplement schema retrieval and scaffolding ( #59 )
5 years ago
NavigationTest.cs
Update tests
3 years ago
NorthwindAggregateOperatorsQueryJetTest.ResultOperators.cs
Set CanExecuteQueryString to false. When running tests, if it is set to true, the Query Asserter will also try to create a query string from the IQueryable. While most cases are fine, the problem comes in when there are parameters. Creating the query string declares the parameters and values at the beginning of the query and the DbCommand is set up with no parameters. While this can work in Sql Server (see the DECLARE keyword), this is not supported with Jet.
2 years ago
NorthwindAsNoTrackingQueryJetTest.cs
Update to .Net 5 ( #99 )
4 years ago
NorthwindAsTrackingQueryJetTest.cs
Update to .Net 5 ( #99 )
4 years ago
NorthwindChangeTrackingQueryJetTest.cs
Update to .Net 5 ( #99 )
4 years ago
NorthwindCompiledQueryJetTest.cs
More test fixes
3 years ago
NorthwindFunctionsQueryJetTest.Functions.cs
Translate the Atan2 function
2 years ago
NorthwindGroupByQueryJetTest.cs
Some skip...take optimization and fix using multiple take after a skip
3 years ago
NorthwindIncludeQueryJetTest.cs
Update tests for Skip...Take
3 years ago
NorthwindJoinQueryJetTest.cs
Set CanExecuteQueryString to false. When running tests, if it is set to true, the Query Asserter will also try to create a query string from the IQueryable. While most cases are fine, the problem comes in when there are parameters. Creating the query string declares the parameters and values at the beginning of the query and the DbCommand is set up with no parameters. While this can work in Sql Server (see the DECLARE keyword), this is not supported with Jet.
2 years ago
NorthwindKeylessEntitiesQueryJetTest.cs
Set CanExecuteQueryString to false. When running tests, if it is set to true, the Query Asserter will also try to create a query string from the IQueryable. While most cases are fine, the problem comes in when there are parameters. Creating the query string declares the parameters and values at the beginning of the query and the DbCommand is set up with no parameters. While this can work in Sql Server (see the DECLARE keyword), this is not supported with Jet.
2 years ago
NorthwindMiscellaneousQueryJetTest.cs
Make sure a DateTime in a constant has a DateTime Type Mapping
2 years ago
NorthwindNavigationsQueryJetTest.cs
Update tests
3 years ago
NorthwindQueryFiltersQueryJetTest.cs
Fix more tests
3 years ago
NorthwindQueryJetFixture.cs
Update dependencies and some test fixes
3 years ago
NorthwindQueryTaggingQueryJetTest.cs
Update to .Net 5 ( #99 )
4 years ago
NorthwindSelectQueryJetTest.cs
Set CanExecuteQueryString to false. When running tests, if it is set to true, the Query Asserter will also try to create a query string from the IQueryable. While most cases are fine, the problem comes in when there are parameters. Creating the query string declares the parameters and values at the beginning of the query and the DbCommand is set up with no parameters. While this can work in Sql Server (see the DECLARE keyword), this is not supported with Jet.
2 years ago
NorthwindSetOperationsQueryJetTest.cs
Set CanExecuteQueryString to false. When running tests, if it is set to true, the Query Asserter will also try to create a query string from the IQueryable. While most cases are fine, the problem comes in when there are parameters. Creating the query string declares the parameters and values at the beginning of the query and the DbCommand is set up with no parameters. While this can work in Sql Server (see the DECLARE keyword), this is not supported with Jet.
2 years ago
NorthwindWhereQueryJetTest.cs
Set CanExecuteQueryString to false. When running tests, if it is set to true, the Query Asserter will also try to create a query string from the IQueryable. While most cases are fine, the problem comes in when there are parameters. Creating the query string declares the parameters and values at the beginning of the query and the DbCommand is set up with no parameters. While this can work in Sql Server (see the DECLARE keyword), this is not supported with Jet.
2 years ago
NullKeysJetTest.cs
Upgrade EFCore.Jet.FunctionalTests.
6 years ago
NullSemanticsQueryJetFixture.cs
Update to .Net 5 ( #99 )
4 years ago
NullSemanticsQueryJetTest.cs
Add option to use the normal short text type when mapping against an unbounded System.String instead of long text/memo. Jet has limitations when using memo (e.g. joins are not supported)
3 years ago
OwnedQueryJetTest.cs
Add option to use the normal short text type when mapping against an unbounded System.String instead of long text/memo. Jet has limitations when using memo (e.g. joins are not supported)
3 years ago
QueryBugsTest.cs
Update tests
3 years ago
QueryFilterFuncletizationJetTest.cs
Fix more tests
3 years ago
QueryLoggingJetTest.cs
Update to .Net 5 ( #99 )
4 years ago
QueryNoClientEvalJetTest.cs
Upgrade EFCore.Jet.FunctionalTests.
6 years ago
SqlExecutorJetTest.cs
Update the translator for the string methods to add a couple more: Substring, IndexOf,FirstOrDefault,LastOrDefault
3 years ago
UdfDbFunctionJetTests.cs
Fix tests (especially from `SimpleQueryJetTest`).
6 years ago
WarningsJetTest.cs
Upgrade EFCore.Jet.FunctionalTests.
6 years ago