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/EFCore.Jet.FunctionalTests/Query
Christopher Jolly 2316fbbf2e Test updates 2 years ago
..
ComplexNavigationsCollectionsQueryJetTest.cs Update to .Net 8 2 years ago
ComplexNavigationsCollectionsSharedTypeQueryJetTest.cs Update to .Net 8 2 years ago
ComplexNavigationsCollectionsSplitQueryJetTest.cs Update to .Net 8 2 years ago
ComplexNavigationsCollectionsSplitSharedTypeQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 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
ComplexTypeQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 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 Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
Ef6GroupByJetTest.cs Update to .Net 8 2 years ago
EntitySplittingQueryJetTest.cs Update tests 2 years ago
FromSqlQueryJetTest.cs update tests 2 years ago
FromSqlSprocQueryJetTest.cs Fix more tests 3 years ago
FunkyDataQueryJetTest.cs Update to .Net 8 2 years ago
GearsOfWarFromSqlQueryJetTest.cs Add our own GearsOfWar set of base classes and models. This allows us to modify it so that we can work around the complex/multi-field foreign key set up it uses so that we can use our own Match Simple mode rather than the Match Full mode Jet normally does. 2 years ago
GearsOfWarQueryJetFixture.cs Initial support for DateOnly/TimeOnly 2 years ago
GearsOfWarQueryJetTest.cs Update tests 2 years ago
IncludeOneToOneJetTest.cs Update baseline assertions to support ODBC parameter placeholders. 6 years ago
InheritanceRelationshipsQueryJetFixture.cs Upgrade EFCore.Jet.FunctionalTests. 6 years ago
InheritanceRelationshipsQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
JsonQueryAdHocJetTest.cs Update to .Net 8 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 Update to .Net 8 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 to .Net 8 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 to .Net 8 2 years ago
MappingQueryJetTest.cs Reimplement schema retrieval and scaffolding (#59) 5 years ago
NavigationTest.cs Update some tests due to .Net 8 changing the order of certain phrases 2 years ago
NorthwindAggregateOperatorsQueryJetTest.ResultOperators.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindAsNoTrackingQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindAsTrackingQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindChangeTrackingQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindCompiledQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindEFPropertyIncludeQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindFunctionsQueryJetTest.Functions.cs Implement Degrees to Radians and Radians to Degrees by first principal as there is no inbulilt function. Thankfully it is not a difficult calculation 2 years ago
NorthwindGroupByQueryJetTest.cs Update tests 2 years ago
NorthwindIncludeNoTrackingQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindIncludeQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindJoinQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindKeylessEntitiesQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindMiscellaneousQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindNavigationsQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindQueryFiltersQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindQueryJetFixture.cs Update to .Net 8 2 years ago
NorthwindQueryTaggingQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindSelectQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindSetOperationsQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindSplitIncludeNoTrackingQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindSplitIncludeQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindSqlQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindStringIncludeQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindWhereQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NullKeysJetTest.cs Upgrade EFCore.Jet.FunctionalTests. 6 years ago
NullSemanticsQueryJetFixture.cs Update to .Net 5 (#99) 4 years ago
NullSemanticsQueryJetTest.cs Update to .Net 8 2 years ago
OperatorsProceduralJetTest.cs Add some further test classes that JetComplianceTest is not finding implemented 2 years ago
OperatorsQueryJetTest.cs Update to .Net 8 2 years ago
OwnedEntityQuerySqlServerTest.cs Update to .Net 8 2 years ago
OwnedQueryJetTest.cs Update to .Net 8 2 years ago
PrimitiveCollectionsQueryJetTest.cs Update to .Net 8 RC2 2 years ago
QueryBugsTest.cs Update tests 3 years ago
QueryFilterFuncletizationJetTest.cs Update to .Net 8 2 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 Update to .Net 8 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 tests 2 years ago
SqlQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
TPCFiltersInheritanceQueryJetFixture.cs Update to .Net 8 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 Initial support for DateOnly/TimeOnly 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 Update to .Net 8 2 years ago
TPCInheritanceQueryJetTestBase.cs Update to .Net 8 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 Update tests 2 years ago
TPHInheritanceQueryJetFixture.cs Add some further testbases 2 years ago
TPHInheritanceQueryJetTest.cs Test updates 2 years ago
TPTFiltersInheritanceQueryJetFixture.cs Update to .Net 8 2 years ago
TPTFiltersInheritanceQueryJetTest.cs Update to .Net 8 2 years ago
TPTGearsOfWarQueryJetFixture.cs Initial support for DateOnly/TimeOnly 2 years ago
TPTGearsOfWarQueryJetTest.cs Update tests 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 to .Net 8 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 to .Net 8 2 years ago
TPTRelationshipsQueryJetTest.cs Update to .Net 8 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