@@ -230,8 +230,6 @@ EntityFrameworkCore.Jet.FunctionalTests.BulkUpdates.NorthwindBulkUpdatesJetTest.
230230EntityFrameworkCore.Jet.FunctionalTests.BulkUpdates.NorthwindBulkUpdatesJetTest.Update_with_invalid_lambda_in_set_property_throws(async: True)
231231EntityFrameworkCore.Jet.FunctionalTests.BulkUpdates.NorthwindBulkUpdatesJetTest.Update_with_join_set_constant(async: False)
232232EntityFrameworkCore.Jet.FunctionalTests.BulkUpdates.NorthwindBulkUpdatesJetTest.Update_with_join_set_constant(async: True)
233- EntityFrameworkCore.Jet.FunctionalTests.BulkUpdates.NorthwindBulkUpdatesJetTest.Update_with_left_join_set_constant(async: False)
234- EntityFrameworkCore.Jet.FunctionalTests.BulkUpdates.NorthwindBulkUpdatesJetTest.Update_with_left_join_set_constant(async: True)
235233EntityFrameworkCore.Jet.FunctionalTests.BulkUpdates.NorthwindBulkUpdatesJetTest.Update_with_two_inner_joins(async: False)
236234EntityFrameworkCore.Jet.FunctionalTests.BulkUpdates.NorthwindBulkUpdatesJetTest.Update_with_two_inner_joins(async: True)
237235EntityFrameworkCore.Jet.FunctionalTests.BulkUpdates.NorthwindBulkUpdatesJetTest.Update_without_property_to_set_throws(async: False)
@@ -12563,7 +12561,6 @@ EntityFrameworkCore.Jet.FunctionalTests.LazyLoadProxyJetTest.Lazy_loading_finds_
1256312561EntityFrameworkCore.Jet.FunctionalTests.LazyLoadProxyJetTest.Lazy_loading_finds_correct_entity_type_with_multiple_queries_using_Count
1256412562EntityFrameworkCore.Jet.FunctionalTests.LazyLoadProxyJetTest.Lazy_loading_finds_correct_entity_type_with_opaque_predicate_and_multiple_queries
1256512563EntityFrameworkCore.Jet.FunctionalTests.LazyLoadProxyJetTest.Lazy_loading_handles_shadow_nullable_GUID_FK_in_TPH_model
12566- EntityFrameworkCore.Jet.FunctionalTests.LazyLoadProxyJetTest.Lazy_loading_shares_service__property_on_derived_types
1256712564EntityFrameworkCore.Jet.FunctionalTests.LazyLoadProxyJetTest.Load_collection(state: Deleted, async: False)
1256812565EntityFrameworkCore.Jet.FunctionalTests.LazyLoadProxyJetTest.Load_collection(state: Deleted, async: True)
1256912566EntityFrameworkCore.Jet.FunctionalTests.LazyLoadProxyJetTest.Load_collection(state: Detached, async: False)
@@ -20508,8 +20505,6 @@ EntityFrameworkCore.Jet.FunctionalTests.Query.AdHocAdvancedMappingsQueryJetTest.
2050820505EntityFrameworkCore.Jet.FunctionalTests.Query.AdHocAdvancedMappingsQueryJetTest.Setting_IsUnicode_generates_unicode_literal_in_SQL
2050920506EntityFrameworkCore.Jet.FunctionalTests.Query.AdHocAdvancedMappingsQueryJetTest.Two_similar_complex_properties_projected_with_split_query1
2051020507EntityFrameworkCore.Jet.FunctionalTests.Query.AdHocAdvancedMappingsQueryJetTest.Two_similar_complex_properties_projected_with_split_query2
20511- EntityFrameworkCore.Jet.FunctionalTests.Query.AdHocJsonQueryJetTest.Accessing_missing_navigation_works(async: False)
20512- EntityFrameworkCore.Jet.FunctionalTests.Query.AdHocJsonQueryJetTest.Accessing_missing_navigation_works(async: True)
2051320508EntityFrameworkCore.Jet.FunctionalTests.Query.AdHocMiscellaneousQueryJetTest.Aggregate_over_subquery_in_group_by_projection(async: False)
2051420509EntityFrameworkCore.Jet.FunctionalTests.Query.AdHocMiscellaneousQueryJetTest.Aggregate_over_subquery_in_group_by_projection(async: True)
2051520510EntityFrameworkCore.Jet.FunctionalTests.Query.AdHocMiscellaneousQueryJetTest.Average_with_cast
0 commit comments