| .. |
|
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
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |
|
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
|
Update tests
|
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
|
Update baseline assertions to support ODBC parameter placeholders.
|
6 years ago |
|
InheritanceQueryJetFixture.cs
|
Update to .Net 5 (#99)
|
4 years ago |
|
InheritanceQueryJetTest.cs
|
Update tests
|
2 years ago |
|
InheritanceRelationshipsQueryJetFixture.cs
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |
|
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
|
Reimplement schema retrieval and scaffolding (#59)
|
5 years ago |
|
NavigationTest.cs
|
Update tests
|
3 years ago |
|
NorthwindAggregateOperatorsQueryJetTest.ResultOperators.cs
|
Update tests
|
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
|
Update tests
|
2 years ago |
|
NorthwindGroupByQueryJetTest.cs
|
Update tests
|
2 years ago |
|
NorthwindIncludeNoTrackingQueryJetTest.cs
|
Update tests
|
2 years ago |
|
NorthwindIncludeQueryJetTest.cs
|
Update tests
|
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
|
DISTINCT AND TOP can't be in the same stateement with Jet. Push DISTINCT into a subquery
|
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
|
Update tests
|
2 years ago |
|
NorthwindQueryJetFixture.cs
|
Some Northwind properties need their MAxLength defined
|
2 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
|
Update tests
|
2 years ago |
|
NorthwindStringIncludeQueryJetTest.cs
|
Update tests
|
2 years ago |
|
NorthwindWhereQueryJetTest.cs
|
Update tests
|
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 |
|
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
|
DISTINCT AND TOP can't be in the same stateement with Jet. Push DISTINCT into a subquery
|
2 years ago |
|
QueryNoClientEvalJetTest.cs
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |
|
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
|
Fix generating sets (union, intersect). The code was originally executing and returning before it could handle adding the SQL for the Alias in (including wrapping the section in brackets). This realigns with how the parent VisitSelect works
|
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
|
Fix generating sets (union, intersect). The code was originally executing and returning before it could handle adding the SQL for the Alias in (including wrapping the section in brackets). This realigns with how the parent VisitSelect works
|
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
|
Fix generating sets (union, intersect). The code was originally executing and returning before it could handle adding the SQL for the Alias in (including wrapping the section in brackets). This realigns with how the parent VisitSelect works
|
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
|
Fix generating sets (union, intersect). The code was originally executing and returning before it could handle adding the SQL for the Alias in (including wrapping the section in brackets). This realigns with how the parent VisitSelect works
|
2 years ago |
|
TPCRelationshipsQueryJetTest.cs
|
Fix generating sets (union, intersect). The code was originally executing and returning before it could handle adding the SQL for the Alias in (including wrapping the section in brackets). This realigns with how the parent VisitSelect works
|
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
|
Update tests
|
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
|
Fix tests (especially from `SimpleQueryJetTest`).
|
6 years ago |
|
WarningsJetTest.cs
|
Upgrade EFCore.Jet.FunctionalTests.
|
6 years ago |