| .. |
|
ComplexNavigationsCollectionsQueryJetTest.cs
|
Update tests
|
2 years ago |
|
ComplexNavigationsCollectionsSharedTypeQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
ComplexNavigationsCollectionsSplitQueryJetTest.cs
|
Update tests
|
2 years ago |
|
ComplexNavigationsCollectionsSplitSharedTypeQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
ComplexNavigationsQueryJetFixture.cs
|
…
|
|
|
ComplexNavigationsQueryJetTest.cs
|
Update tests
|
2 years ago |
|
ComplexNavigationsSharedTypeQueryJetFixture.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
ComplexNavigationsSharedTypeQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
CompositeKeysQueryJetFixture.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
CompositeKeysQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
CompositeKeysSplitQueryJetTest.cs
|
Update tests
|
2 years ago |
|
DbFunctionsJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
Ef6GroupByJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
EntitySplittingQueryJetTest.cs
|
Update tests
|
2 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
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 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
|
2 years ago |
|
IncludeOneToOneJetTest.cs
|
…
|
|
|
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
|
…
|
|
|
InheritanceRelationshipsQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
JsonQueryAdHocJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
JsonQueryJetFixture.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
JsonQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
ManyToManyHeterogeneousQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
ManyToManyNoTrackingQueryJetTest.cs
|
Update tests
|
2 years ago |
|
ManyToManyQueryJetFixture.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
ManyToManyQueryJetTest.cs
|
Update tests
|
2 years ago |
|
MappingQueryJetTest.cs
|
…
|
|
|
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
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
NorthwindGroupByQueryJetTest.cs
|
Update tests
|
2 years ago |
|
NorthwindIncludeNoTrackingQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
NorthwindIncludeQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 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
|
Update tests
|
2 years ago |
|
NorthwindNavigationsQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 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
|
Update tests
|
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 |
|
NorthwindSplitIncludeNoTrackingQueryJetTest.cs
|
Update tests
|
2 years ago |
|
NorthwindSplitIncludeQueryJetTest.cs
|
Update tests
|
2 years ago |
|
NorthwindSqlQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
NorthwindStringIncludeQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
NorthwindWhereQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
NullKeysJetTest.cs
|
…
|
|
|
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 |
|
OwnedEntityQuerySqlServerTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
OwnedQueryJetTest.cs
|
Update tests
|
2 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
|
…
|
|
|
SharedTypeQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
SimpleQueryJetTest.cs
|
Update tests
|
2 years ago |
|
SqlExecutorJetTest.cs
|
Update the translator for the string methods to add a couple more: Substring, IndexOf,FirstOrDefault,LastOrDefault
|
3 years ago |
|
TPCFiltersInheritanceQueryJetFixture.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPCFiltersInheritanceQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPCGearsOfWarQueryJetFixture.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPCGearsOfWarQueryJetTest.cs
|
Update tests
|
2 years ago |
|
TPCInheritanceQueryJetFixture.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPCInheritanceQueryJetFixtureBase.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPCInheritanceQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPCInheritanceQueryJetTestBase.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPCManyToManyNoTrackingQueryJetTest.cs
|
Update tests
|
2 years ago |
|
TPCManyToManyQueryJetFixture.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPCManyToManyQueryJetTest.cs
|
Update tests
|
2 years ago |
|
TPCRelationshipsQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPTFiltersInheritanceQueryJetFixture.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPTFiltersInheritanceQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPTGearsOfWarQueryJetFixture.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPTGearsOfWarQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPTInheritanceQueryJetFixture.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPTInheritanceQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPTManyToManyNoTrackingQueryJetTest.cs
|
Update tests
|
2 years ago |
|
TPTManyToManyQueryJetFixture.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
TPTManyToManyQueryJetTest.cs
|
Update tests
|
2 years ago |
|
TPTRelationshipsQueryJetTest.cs
|
Update tests
|
2 years ago |
|
ToSqlQueryJetTest.cs
|
Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass
|
2 years ago |
|
UdfDbFunctionJetTests.cs
|
…
|
|
|
WarningsJetTest.cs
|
…
|
|