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 2281916b88 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
..
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 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 to .Net 8 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 Update to .Net 8 2 years ago
EntitySplittingQueryJetTest.cs Update to .Net 8 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 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
InheritanceRelationshipsQueryJetFixture.cs
InheritanceRelationshipsQueryJetTest.cs Update to .Net 8 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
NavigationTest.cs
NorthwindAggregateOperatorsQueryJetTest.ResultOperators.cs Update to .Net 8 2 years ago
NorthwindAsNoTrackingQueryJetTest.cs
NorthwindAsTrackingQueryJetTest.cs
NorthwindChangeTrackingQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindCompiledQueryJetTest.cs More test fixes 3 years ago
NorthwindFunctionsQueryJetTest.Functions.cs update tests 2 years ago
NorthwindGroupByQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindIncludeNoTrackingQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindIncludeQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindJoinQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindKeylessEntitiesQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindMiscellaneousQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindNavigationsQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindQueryFiltersQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindQueryJetFixture.cs Update to .Net 8 2 years ago
NorthwindQueryTaggingQueryJetTest.cs
NorthwindSelectQueryJetTest.cs update tests 2 years ago
NorthwindSetOperationsQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindSplitIncludeNoTrackingQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindSplitIncludeQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindSqlQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindStringIncludeQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindWhereQueryJetTest.cs update tests 2 years ago
NullKeysJetTest.cs
NullSemanticsQueryJetFixture.cs
NullSemanticsQueryJetTest.cs Update to .Net 8 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
QueryBugsTest.cs Update tests 3 years ago
QueryFilterFuncletizationJetTest.cs Update to .Net 8 2 years ago
QueryLoggingJetTest.cs Update to .Net 8 2 years ago
QueryNoClientEvalJetTest.cs
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
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 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 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 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 Update to .Net 8 2 years ago
TPTFiltersInheritanceQueryJetTest.cs Update to .Net 8 2 years ago
TPTGearsOfWarQueryJetFixture.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
TPTGearsOfWarQueryJetTest.cs Update to .Net 8 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
WarningsJetTest.cs