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 574cdac15f Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
..
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 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 the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 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 Check_all_tests_overridden to more test classes and ensure that it passes 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 the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 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 the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 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 Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 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 the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
NorthwindAsNoTrackingQueryJetTest.cs Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
NorthwindAsTrackingQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindChangeTrackingQueryJetTest.cs Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
NorthwindCompiledQueryJetTest.cs Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
NorthwindEFPropertyIncludeQueryJetTest.cs Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
NorthwindFunctionsQueryJetTest.Functions.cs Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
NorthwindGroupByQueryJetTest.cs Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
NorthwindIncludeNoTrackingQueryJetTest.cs Update tests 2 years ago
NorthwindIncludeQueryJetTest.cs Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
NorthwindJoinQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindKeylessEntitiesQueryJetTest.cs Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
NorthwindMiscellaneousQueryJetTest.cs Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
NorthwindNavigationsQueryJetTest.cs Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
NorthwindQueryFiltersQueryJetTest.cs Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
NorthwindQueryJetFixture.cs Some Northwind properties need their MAxLength defined 2 years ago
NorthwindQueryTaggingQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindSelectQueryJetTest.cs Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 years ago
NorthwindSetOperationsQueryJetTest.cs Update the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 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 tests 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 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
PrimitiveCollectionsQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 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 recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 2 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 the recently added functions (from the .Net 8 branch) to the current SQL (mostly bracket changes) 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