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 b0b8dffcca
Some tests need the GUID to be formatted with braces so that it matches what is returned from Jet (#219)
2 years ago
..
ComplexNavigationsCollectionsQueryJetTest.cs Move the SkipTake to its own processor (#206) 2 years ago
ComplexNavigationsCollectionsSplitQueryJetTest.cs Move the SkipTake to its own processor (#206) 2 years ago
ComplexNavigationsQueryJetFixture.cs Upgrade EFCore.Jet.FunctionalTests. 6 years ago
ComplexNavigationsQueryJetTest.cs Move the SkipTake to its own processor (#206) 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
ComplexTypeQueryJetTest.cs Update dependencies to .Net/EF Core 8 RTM (#176) 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 Skip tests where Jet has no support 2 years ago
Ef6GroupByJetTest.cs Fix NULL value returned on parameter in a projection when the parameter is used in a subquery projection and parent references it in a group by 2 years ago
EntitySplittingQueryJetTest.cs Update tests 2 years ago
FromSqlQueryJetTest.cs Misc test fixes (#196) 2 years ago
FromSqlSprocQueryJetTest.cs Remove tag lines/comments from the sql to be executed 2 years ago
FunkyDataQueryJetTest.cs Update dependencies to .Net/EF Core 8 RTM (#176) 2 years ago
GearsOfWarFromSqlQueryJetTest.cs Revert pull-in of GearsOfWar related classes and remove constraint (#145) 2 years ago
GearsOfWarQueryJetFixture.cs Misc test fixes (#196) 2 years ago
GearsOfWarQueryJetTest.cs Some tests need the GUID to be formatted with braces so that it matches what is returned from Jet (#219) 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
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 Fix Any,All,Contains with Many to Many relationships within a Where clause (#202) 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 Fix Any,All,Contains with Many to Many relationships within a Where clause (#202) 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 Assert Translation Failed for certain primitive collection tests (#198) 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 Move the SkipTake to its own processor (#206) 2 years ago
NorthwindCompiledQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindEFPropertyIncludeQueryJetTest.cs Improve the de duplication in the ORDER BY clause (#211) 2 years ago
NorthwindFunctionsQueryJetTest.Functions.cs There is no function to create a new guid in MS Access. Translate Guid.NewGuid client side while generating the SQL 2 years ago
NorthwindGroupByQueryJetTest.cs Fix NULL value returned on parameter in a projection when the parameter is used in a subquery projection and parent references it in a group by 2 years ago
NorthwindIncludeNoTrackingQueryJetTest.cs Improve the de duplication in the ORDER BY clause (#211) 2 years ago
NorthwindIncludeQueryJetTest.cs Improve the de duplication in the ORDER BY clause (#211) 2 years ago
NorthwindJoinQueryJetTest.cs Update dependencies to .Net/EF Core 8 RTM (#176) 2 years ago
NorthwindKeylessEntitiesQueryJetTest.cs Update some tests (#213) 2 years ago
NorthwindMiscellaneousQueryJetTest.cs Improve the de duplication in the ORDER BY clause (#211) 2 years ago
NorthwindNavigationsQueryJetTest.cs Lift subqueries from the ORDER BY clause into their own projection (#173) 2 years ago
NorthwindQueryFiltersQueryJetTest.cs Update to .Net 8 2 years ago
NorthwindQueryJetFixture.cs Update to .Net 8 2 years ago
NorthwindQueryTaggingQueryJetTest.cs Fix more tests to no expect a tag line in the sql 2 years ago
NorthwindSelectQueryJetTest.cs Fix NULL value returned on parameter in a projection when the parameter is used in a subquery projection and parent references it in a group by 2 years ago
NorthwindSetOperationsQueryJetTest.cs Move the SkipTake to its own processor (#206) 2 years ago
NorthwindSplitIncludeNoTrackingQueryJetTest.cs Improve the de duplication in the ORDER BY clause (#211) 2 years ago
NorthwindSplitIncludeQueryJetTest.cs Improve the de duplication in the ORDER BY clause (#211) 2 years ago
NorthwindSqlQueryJetTest.cs Add Check_all_tests_overridden to more test classes and ensure that it passes 2 years ago
NorthwindStringIncludeQueryJetTest.cs Improve the de duplication in the ORDER BY clause (#211) 2 years ago
NorthwindWhereQueryJetTest.cs Fix the DateTime Member translator. It wasn't translating the static Today member (as it was a static and not instance member) 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 dependencies to .Net/EF Core 8 RTM (#176) 2 years ago
OperatorsProceduralJetTest.cs Add some further test classes that JetComplianceTest is not finding implemented 2 years ago
OperatorsQueryJetTest.cs Remove JsonQuery and JsonUpdate tests as none work and will never work. 2 years ago
OwnedEntityQuerySqlServerTest.cs Revert "Fix build errors." 2 years ago
OwnedQueryJetTest.cs Update to .Net 8 2 years ago
PrimitiveCollectionsQueryJetTest.cs EF Core Dependency Update (#208) 2 years ago
QueryBugsTest.cs Some sql output only fixes 2 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 tests resulting in opposite provider type exceptions. 2 years ago
SqlExecutorJetTest.cs More test updates 2 years ago
SqlQueryJetTest.cs Update dependencies to .Net/EF Core 8 RTM (#176) 2 years ago
TPCFiltersInheritanceQueryJetFixture.cs Turn off the OnAdd value generated strategy when the TPC mapping strategy is set (#204) 2 years ago
TPCFiltersInheritanceQueryJetTest.cs Turn off the OnAdd value generated strategy when the TPC mapping strategy is set (#204) 2 years ago
TPCGearsOfWarQueryJetFixture.cs Misc test fixes (#196) 2 years ago
TPCGearsOfWarQueryJetTest.cs Some tests need the GUID to be formatted with braces so that it matches what is returned from Jet (#219) 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 Turn off the OnAdd value generated strategy when the TPC mapping strategy is set (#204) 2 years ago
TPCInheritanceQueryJetTest.cs Update to .Net 8 2 years ago
TPCInheritanceQueryJetTestBase.cs Turn off the OnAdd value generated strategy when the TPC mapping strategy is set (#204) 2 years ago
TPCManyToManyNoTrackingQueryJetTest.cs Fix Any,All,Contains with Many to Many relationships within a Where clause (#202) 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 Any,All,Contains with Many to Many relationships within a Where clause (#202) 2 years ago
TPCRelationshipsQueryJetTest.cs Misc test fixes (#196) 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 Misc test fixes (#196) 2 years ago
TPTGearsOfWarQueryJetTest.cs Some tests need the GUID to be formatted with braces so that it matches what is returned from Jet (#219) 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 Fix Any,All,Contains with Many to Many relationships within a Where clause (#202) 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 Fix Any,All,Contains with Many to Many relationships within a Where clause (#202) 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
WarningsJetTest.cs Upgrade EFCore.Jet.FunctionalTests. 6 years ago