Skip to content

Update all test assertions for EF Core 10 parameter naming changes #188

Update all test assertions for EF Core 10 parameter naming changes

Update all test assertions for EF Core 10 parameter naming changes #188

Re-run triggered November 17, 2025 16:31
Status Failure
Total duration 16m 20s
Artifacts

pr-build.yml

on: pull_request
Matrix: BuildAndTest
Fit to window
Zoom out
Zoom in

Annotations

180 errors
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.GearsOfWarFromSqlQueryMySqlTest.From_sql_queryable_simple_columns_out_of_order
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `LocustLeaders` SET `LocustHordeId` = 3 WHERE `Name` = 'R...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.TPTGearsOfWarQueryMySqlTest.Correlated_collections_complex_scenario2(async: True)
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `LocustLeaders` SET `LocustHordeId` = 3 WHERE `Name` = 'R...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.TPTGearsOfWarQueryMySqlTest.Correlated_collections_complex_scenario2(async: False)
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `LocustLeaders` SET `LocustHordeId` = 3 WHERE `Name` = 'R...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.TPTGearsOfWarQueryMySqlTest.Join_on_entity_qsre_keys_inner_key_is_navigation_composite_key(async: True)
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `LocustLeaders` SET `LocustHordeId` = 3 WHERE `Name` = 'R...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.TPTGearsOfWarQueryMySqlTest.Join_on_entity_qsre_keys_inner_key_is_navigation_composite_key(async: False)
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `LocustLeaders` SET `LocustHordeId` = 3 WHERE `Name` = 'R...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Scaffolding.CompiledModelMySqlTest.CheckConstraints
System.AggregateException : Differences found in 1 files (Difference found in DataEntityType.cs) ---- System.Exception : Difference found in DataEntityType.cs -------- Assert.Equal() Failure: Strings differ ↓ (pos 461) Expected: ···".Scaffolding;\nusing Microsoft.EntityFrame"··· Actual: ···".Scaffolding;\nusing Pomelo.EntityFramewor"··· ↑ (pos 461)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.DataAnnotationMySqlTest.ConcurrencyCheckAttribute_throws_if_value_in_database_changed: test/EFCore.MySql.FunctionalTests/DataAnnotationMySqlTest.cs#L115
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.ToSqlQueryMySqlTest.Entity_type_with_navigation_mapped_to_SqlQuery(async: True): test/EFCore.MySql.FunctionalTests/Query/ToSqlQueryMySqlTest.cs#L21
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.NorthwindQueryFiltersQueryMySqlTest.Count_query(async: False): test/EFCore.MySql.FunctionalTests/Query/NorthwindQueryFiltersQueryMySqlTest.cs#L23
Assert.Equal() Failure: Strings differ ↓ (pos 24) Expected: ···"filter__TenantPrefix_startswith='B%' (Siz"··· Actual: ···"filter__TenantPrefix='B' (Size = 40)\n\nSEL"··· ↑ (pos 24)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.NorthwindQueryFiltersQueryMySqlTest.Count_query(async: True): test/EFCore.MySql.FunctionalTests/Query/NorthwindQueryFiltersQueryMySqlTest.cs#L23
Assert.Equal() Failure: Strings differ ↓ (pos 24) Expected: ···"filter__TenantPrefix_startswith='B%' (Siz"··· Actual: ···"filter__TenantPrefix='B' (Size = 40)\n\nSEL"··· ↑ (pos 24)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.TPTGearsOfWarQueryMySqlTest.Project_discriminator_columns(async: False)
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `LocustLeaders` SET `LocustHordeId` = 3 WHERE `Name` = 'R...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.TPTGearsOfWarQueryMySqlTest.Project_discriminator_columns(async: True)
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `LocustLeaders` SET `LocustHordeId` = 3 WHERE `Name` = 'R...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.TPTGearsOfWarQueryMySqlTest.Correlated_collections_complex_scenario2(async: True)
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `LocustLeaders` SET `LocustHordeId` = 3 WHERE `Name` = 'R...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.TPTGearsOfWarQueryMySqlTest.Correlated_collections_complex_scenario2(async: False)
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `LocustLeaders` SET `LocustHordeId` = 3 WHERE `Name` = 'R...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.TPTGearsOfWarQueryMySqlTest.Join_on_entity_qsre_keys_inner_key_is_navigation_composite_key(async: True)
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `LocustLeaders` SET `LocustHordeId` = 3 WHERE `Name` = 'R...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.TPTGearsOfWarQueryMySqlTest.Join_on_entity_qsre_keys_inner_key_is_navigation_composite_key(async: False)
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `LocustLeaders` SET `LocustHordeId` = 3 WHERE `Name` = 'R...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.SpatialMySqlTest.Mutation_of_tracked_values_does_not_mutate_values_in_store
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.NorthwindChangeTrackingQueryMySqlTest.Entity_range_does_not_revert_when_attached_dbSet
System.InvalidOperationException : Expression 'LEAST(@p, 1)' in the SQL tree does not have a type mapping assigned.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.NonSharedPrimitiveCollectionsQueryMySqlTest.Column_collection_inside_json_owned_entity: test/EFCore.MySql.FunctionalTests/Query/NonSharedPrimitiveCollectionsQueryMySqlTest.cs#L478
Assert.Equal() Failure: Strings differ ↓ (pos 4) Expected: "The EF Core 7.0 JSON support isn't curren"··· Actual: "The store type 'null' specified for JSON "··· ↑ (pos 4)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.NorthwindChangeTrackingQueryMySqlTest.Entity_range_does_not_revert_when_attached_dbContext
System.InvalidOperationException : Expression 'LEAST(@p, 1)' in the SQL tree does not have a type mapping assigned.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.EscapesMySqlTest.Where_contains_query_escapes(async: False): test/EFCore.MySql.FunctionalTests/Query/EscapesMySqlTest.cs#L100
Assert.Equal() Failure: Strings differ ↓ (pos 0) Expected: "SELECT `a`.`ArtistId`, `a`.`Name`\nFROM `A"··· Actual: "@artistNames1='Back\\slasher's' (Size = 40"··· ↑ (pos 0)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.EscapesMySqlTest.Where_contains_query_escapes(async: True): test/EFCore.MySql.FunctionalTests/Query/EscapesMySqlTest.cs#L100
Assert.Equal() Failure: Strings differ ↓ (pos 0) Expected: "SELECT `a`.`ArtistId`, `a`.`Name`\nFROM `A"··· Actual: "@artistNames1='Back\\slasher's' (Size = 40"··· ↑ (pos 0)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BulkUpdates.NonSharedModelBulkUpdatesMySqlTest.Replace_ColumnExpression_in_column_setter(async: True): test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs#L166
Assert.Equal() Failure: Strings differ ↓ (pos 0) Expected: "UPDATE `Owner` AS `o`\nINNER JOIN `OwnedCo"··· Actual: "@p='SomeValue' (Size = 4000)\n\nUPDATE `Own"··· ↑ (pos 0)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BulkUpdates.NonSharedModelBulkUpdatesMySqlTest.Replace_ColumnExpression_in_column_setter(async: False): test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs#L166
Assert.Equal() Failure: Strings differ ↓ (pos 0) Expected: "UPDATE `Owner` AS `o`\nINNER JOIN `OwnedCo"··· Actual: "@p='SomeValue' (Size = 4000)\n\nUPDATE `Own"··· ↑ (pos 0)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Nullable_reference_column_collection_index_equals_nullable_column
System.InvalidOperationException : Exception during initialization: System.InvalidOperationException: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElementsException() at Xunit.Sdk.XunitTestCase.Initialize() in /_/src/xunit.execution/Sdk/Frameworks/XunitTestCase.cs:line 120
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_Count_with_zero_values
System.InvalidOperationException : The test method expected 1 parameter value, but 0 parameter values were provided.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_Count_with_three_values
System.InvalidOperationException : The test method expected 1 parameter value, but 0 parameter values were provided.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Column_collection_index_beyond_end
System.InvalidOperationException : Exception during initialization: System.InvalidOperationException: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElementsException() at Xunit.Sdk.XunitTestCase.Initialize() in /_/src/xunit.execution/Sdk/Frameworks/XunitTestCase.cs:line 120
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_of_ints_Contains(async: False): test/EFCore.MySql.FunctionalTests/Query/PrimitiveCollectionsQueryMySqlTest.cs#L34
System.ArgumentOutOfRangeException : Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_of_ints_Contains
System.InvalidOperationException : The test method expected 1 parameter value, but 0 parameter values were provided.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_of_ints_Contains(async: True): test/EFCore.MySql.FunctionalTests/Query/PrimitiveCollectionsQueryMySqlTest.cs#L34
System.ArgumentOutOfRangeException : Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_Count_with_one_value
System.InvalidOperationException : The test method expected 1 parameter value, but 0 parameter values were provided.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_Count_with_one_value(async: False): test/EFCore.MySql.FunctionalTests/Query/PrimitiveCollectionsQueryMySqlTest.cs#L81
System.ArgumentOutOfRangeException : Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_Count_with_one_value(async: True): test/EFCore.MySql.FunctionalTests/Query/PrimitiveCollectionsQueryMySqlTest.cs#L81
System.ArgumentOutOfRangeException : Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Modified
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.NorthwindEFPropertyIncludeQueryMySqlTest.Include_duplicate_collection_result_operator2(async: False): test/EFCore.MySql.FunctionalTests/Query/NorthwindEFPropertyIncludeQueryMySqlTest.cs#L418
Assert.Equal() Failure: Strings differ ↓ (pos 9) Expected: "@p='2'\n@p='1'\n\nSELECT `s`.`CustomerID`, `"··· Actual: "@p='2'\n@p0='1'\n\nSELECT `s`.`CustomerID`, "··· ↑ (pos 9)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.NorthwindEFPropertyIncludeQueryMySqlTest.Include_collection_skip_take_no_order_by(async: True): test/EFCore.MySql.FunctionalTests/Query/NorthwindEFPropertyIncludeQueryMySqlTest.cs#L161
Assert.Equal() Failure: Strings differ ↓ (pos 2) Expected: "@p='5'\n@p='10'\n\nSELECT `c0`.`CustomerID`,"··· Actual: "@p0='5'\n@p='10'\n\nSELECT `c0`.`CustomerID`"··· ↑ (pos 2)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.NorthwindEFPropertyIncludeQueryMySqlTest.Include_collection_skip_take_no_order_by(async: False): test/EFCore.MySql.FunctionalTests/Query/NorthwindEFPropertyIncludeQueryMySqlTest.cs#L161
Assert.Equal() Failure: Strings differ ↓ (pos 2) Expected: "@p='5'\n@p='10'\n\nSELECT `c0`.`CustomerID`,"··· Actual: "@p0='5'\n@p='10'\n\nSELECT `c0`.`CustomerID`"··· ↑ (pos 2)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Scaffolding.CompiledModelMySqlTest.SimpleModel
System.AggregateException : Differences found in 1 files (Difference found in DependentDerivedEntityType.cs) ---- System.Exception : Difference found in DependentDerivedEntityType.cs -------- Assert.Equal() Failure: Strings differ ↓ (pos 1767) Expected: ···"pendentDerived<int> entity) => DependentB"··· Actual: ···"pendentDerived<int> instance) => Dependen"··· ↑ (pos 1767)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for -- Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesBulkUpdateTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesCollectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesMiscellaneousTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesPrimitiveCollectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesProjectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesSetOperationsTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesStructuralEqualityTestBase`1 Microsoft.EntityFrameworkCore.ModelBuilding.ModelBuilderTest+ComplexCollectionTestBase Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonBulkUpdateRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonCollectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonMiscellaneousRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonPrimitiveCollectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonProjectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonSetOperationsRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonStructuralEqualityRelationalTestBase`1 Microsoft.EntityFrameworkCore.ModelBuilding.RelationalModelBuilderTest+RelationalComplexCollectionTestBase
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Scaffolding.CompiledModelMySqlTest.CheckConstraints
System.AggregateException : Differences found in 1 files (Difference found in DataEntityType.cs) ---- System.Exception : Difference found in DataEntityType.cs -------- Assert.Equal() Failure: Strings differ ↓ (pos 461) Expected: ···".Scaffolding;\nusing Microsoft.EntityFrame"··· Actual: ···".Scaffolding;\nusing Pomelo.EntityFramewor"··· ↑ (pos 461)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_of_ints_Contains(async: False): test/EFCore.MySql.FunctionalTests/Query/PrimitiveCollectionsQueryMySqlTest.cs#L34
System.ArgumentOutOfRangeException : Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_of_ints_Contains
System.InvalidOperationException : The test method expected 1 parameter value, but 0 parameter values were provided.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_of_ints_Contains(async: True): test/EFCore.MySql.FunctionalTests/Query/PrimitiveCollectionsQueryMySqlTest.cs#L34
System.ArgumentOutOfRangeException : Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_Count_with_one_value
System.InvalidOperationException : The test method expected 1 parameter value, but 0 parameter values were provided.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_Count_with_one_value(async: False): test/EFCore.MySql.FunctionalTests/Query/PrimitiveCollectionsQueryMySqlTest.cs#L81
System.ArgumentOutOfRangeException : Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.PrimitiveCollectionsQueryMySqlTest.Inline_collection_Count_with_one_value(async: True): test/EFCore.MySql.FunctionalTests/Query/PrimitiveCollectionsQueryMySqlTest.cs#L81
System.ArgumentOutOfRangeException : Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.FullInfrastructureMigrationsTest.Drop_primary_key_with_recreating_foreign_keys: test/EFCore.MySql.FunctionalTests/FullMigrationsMySqlTest.cs#L520
Assert.Equal() Failure: Strings differ ↓ (pos 964) Expected: ···"1', '7.0.0-test');\n\nDROP PROCEDURE IF EXI"··· Actual: ···"1', '7.0.0-test');\n\nCOMMIT;\n\nSTART TRANSA"··· ↑ (pos 964)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.FullInfrastructureMigrationsTest.Can_create_stored_procedure_script_without_custom_delimiter_statements: test/EFCore.MySql.FunctionalTests/FullMigrationsMySqlTest.cs#L54
Assert.Equal() Failure: Strings differ ↓ (pos 567) Expected: ···"1', '7.0.0-test');\n\nDROP PROCEDURE IF EXI"··· Actual: ···"1', '7.0.0-test');\n\nCOMMIT;\n\nSTART TRANSA"··· ↑ (pos 567)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.FullInfrastructureMigrationsTest.Alter_column_change_primary_key_will_not_try_to_declare_default_value_in_sql: test/EFCore.MySql.FunctionalTests/FullMigrationsMySqlTest.cs#L387
Assert.Equal() Failure: Strings differ ↓ (pos 534) Expected: ···"1', '7.0.0-test');\n\nDROP PROCEDURE IF EXI"··· Actual: ···"1', '7.0.0-test');\n\nCOMMIT;\n\nSTART TRANSA"··· ↑ (pos 534)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.FullInfrastructureMigrationsTest.Can_generate_idempotent_up_scripts_with_primary_key_related_stored_procedures: test/EFCore.MySql.FunctionalTests/FullMigrationsMySqlTest.cs#L190
Assert.Equal() Failure: Strings differ ↓ (pos 4514) Expected: ···" MigrationsScript;\n\nDROP PROCEDURE IF EXI"··· Actual: ···" MigrationsScript;\n\nCOMMIT;\n\nSTART TRANSA"··· ↑ (pos 4514)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_read_original_values_for_properties_of_structs(trackFromQuery: True)
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Unchanged
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Deleted
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Unchanged
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Deleted
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Added
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Modified
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Added
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Modified
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for -- Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesBulkUpdateTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesCollectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesMiscellaneousTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesPrimitiveCollectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesProjectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesSetOperationsTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesStructuralEqualityTestBase`1 Microsoft.EntityFrameworkCore.ModelBuilding.ModelBuilderTest+ComplexCollectionTestBase Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonBulkUpdateRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonCollectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonMiscellaneousRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonPrimitiveCollectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonProjectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonSetOperationsRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonStructuralEqualityRelationalTestBase`1 Microsoft.EntityFrameworkCore.ModelBuilding.RelationalModelBuilderTest+RelationalComplexCollectionTestBase
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_read_original_values_for_properties_of_structs(trackFromQuery: False)
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_read_original_values_for_properties_of_structs(trackFromQuery: True)
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Unchanged
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Deleted
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Unchanged
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Deleted
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Added
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Modified
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Added
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Modified
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_read_original_values_for_properties_of_structs(trackFromQuery: False)
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_read_original_values_for_properties_of_structs(trackFromQuery: True)
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Unchanged
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Deleted
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Unchanged
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Deleted
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Added
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Modified
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Added
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Modified
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_required_args_multi: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L414
Assert.Equal() Failure: Strings differ ↓ (pos 139) Expected: ···"t Name` = 'Daenerys';\r\nSELECT ROW_COUNT()"··· Actual: ···"E `First Name` = 'Daenerys'\r\nRETURNING 1;" ↑ (pos 139)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.FullInfrastructureMigrationsTest.Can_create_stored_procedure_script_without_custom_delimiter_statements: test/EFCore.MySql.FunctionalTests/FullMigrationsMySqlTest.cs#L54
Assert.Equal() Failure: Strings differ ↓ (pos 583) Expected: ···", '7.0.0-test');\r\n\r\nDROP PROCEDURE IF EXI"··· Actual: ···", '7.0.0-test');\r\n\r\nCOMMIT;\r\n\r\nSTART TRAN"··· ↑ (pos 583)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L318
Assert.Equal() Failure: Strings differ ↓ (pos 131) Expected: ···"irst Name` = 'Hodor';\r\nSELECT ROW_COUNT()"··· Actual: ···"irst Name` = 'Hodor'\r\nRETURNING 1;\r\nUPDAT"··· ↑ (pos 131)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.FullInfrastructureMigrationsTest.Alter_column_change_primary_key_will_not_try_to_declare_default_value_in_sql: test/EFCore.MySql.FunctionalTests/FullMigrationsMySqlTest.cs#L387
Assert.Equal() Failure: Strings differ ↓ (pos 549) Expected: ···", '7.0.0-test');\r\n\r\nDROP PROCEDURE IF EXI"··· Actual: ···", '7.0.0-test');\r\n\r\nCOMMIT;\r\n\r\nSTART TRAN"··· ↑ (pos 549)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args_multi: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L360
Assert.Equal() Failure: Strings differ ↓ (pos 139) Expected: ···"t Name` = 'Daenerys';\r\nSELECT ROW_COUNT()"··· Actual: ···"E `First Name` = 'Daenerys'\r\nRETURNING 1;" ↑ (pos 139)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_required_args_multiple_rows: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L380
Assert.Equal() Failure: Strings differ ↓ (pos 78) Expected: ···"irst Name` = 'Hodor';\r\nSELECT ROW_COUNT()"··· Actual: ···"irst Name` = 'Hodor'\r\nRETURNING 1;\r\nUPDAT"··· ↑ (pos 78)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.FullInfrastructureMigrationsTest.Can_generate_idempotent_up_scripts_with_primary_key_related_stored_procedures: test/EFCore.MySql.FunctionalTests/FullMigrationsMySqlTest.cs#L190
Assert.Equal() Failure: Strings differ ↓ (pos 4636) Expected: ···"igrationsScript;\r\n\r\nDROP PROCEDURE IF EXI"··· Actual: ···"igrationsScript;\r\n\r\nCOMMIT;\r\n\r\nSTART TRAN"··· ↑ (pos 4636)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args_composite_multi: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L346
Assert.Equal() Failure: Strings differ ↓ (pos 155) Expected: ···" `Last Name` IS NULL;\r\nSELECT ROW_COUNT()"··· Actual: ···" `Last Name` IS NULL\r\nRETURNING 1;\r\nUPDAT"··· ↑ (pos 155)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.TableSplittingMySqlTest.Can_change_dependent_instance_non_derived
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for -- Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesBulkUpdateTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesCollectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesMiscellaneousTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesPrimitiveCollectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesProjectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesSetOperationsTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesStructuralEqualityTestBase`1 Microsoft.EntityFrameworkCore.ModelBuilding.ModelBuilderTest+ComplexCollectionTestBase Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonBulkUpdateRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonCollectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonMiscellaneousRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonPrimitiveCollectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonProjectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonSetOperationsRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonStructuralEqualityRelationalTestBase`1 Microsoft.EntityFrameworkCore.ModelBuilding.RelationalModelBuilderTest+RelationalComplexCollectionTestBase
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.TwoDatabasesMySqlTest.Can_set_connection_string_in_interceptor(withConnectionString: True
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `Foo` SET `Bar` = 'Modified Two' WHERE `Id` = 2 RETURN...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BulkUpdates.TPHFiltersInheritanceBulkUpdatesMySqlTest.Update_where_using_hierarchy_derived(async: True): test/EFCore.MySql.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesMySqlTest.cs#L154
Assert.Equal() Failure: Strings differ ↓ (pos 0) Expected: "UPDATE `Countries` AS `c`\r\nSET `c`.`Name`"··· Actual: "@p='Monovia' (Size = 4000)\r\n\r\nUPDATE `Cou"··· ↑ (pos 0)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Scaffolding.CompiledModelMySqlTest.CheckConstraints
System.AggregateException : Differences found in 1 files (Difference found in DataEntityType.cs) ---- System.Exception : Difference found in DataEntityType.cs -------- Assert.Equal() Failure: Strings differ ↓ (pos 473) Expected: ···"Scaffolding;\r\nusing Microsoft.EntityFrame"··· Actual: ···"Scaffolding;\r\nusing Pomelo.EntityFramewor"··· ↑ (pos 473)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Update.MySqlUpdateSqlGeneratorTest.AppendUpdateOperation_for_computed_property: test/EFCore.MySql.FunctionalTests/Update/MySqlUpdateSqlGeneratorTest.cs#L535
Assert.Equal() Failure: Strings differ ↓ (pos 91) Expected: ···"p2\r\nWHERE `Id` = @p3;\r\nSELECT `Computed`\r"··· Actual: ···"p2\r\nWHERE `Id` = @p3\r\nRETURNING `Computed"··· ↑ (pos 91)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Update.MySqlUpdateSqlGeneratorTest.AppendUpdateOperation_if_store_generated_columns_dont_exist: test/EFCore.MySql.FunctionalTests/Update/MySqlUpdateSqlGeneratorTest.cs#L517
Assert.Equal() Failure: Strings differ ↓ (pos 91) Expected: ···"p2\r\nWHERE `Id` = @p3;\r\nSELECT ROW_COUNT()"··· Actual: ···"en` = @p2\r\nWHERE `Id` = @p3\r\nRETURNING 1;" ↑ (pos 91)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Update.MySqlUpdateSqlGeneratorTest.AppendUpdateOperation_appends_where_for_concurrency_token: test/EFCore.MySql.FunctionalTests/Update/MySqlUpdateSqlGeneratorTest.cs#L526
Assert.Equal() Failure: Strings differ ↓ (pos 122) Expected: ···"rrencyToken` IS NULL;\r\nSELECT ROW_COUNT()"··· Actual: ···" `ConcurrencyToken` IS NULL\r\nRETURNING 1;" ↑ (pos 122)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Update.MySqlUpdateSqlGeneratorTest.AppendUpdateOperation_if_store_generated_columns_exist: test/EFCore.MySql.FunctionalTests/Update/MySqlUpdateSqlGeneratorTest.cs#L505
Assert.Equal() Failure: Strings differ ↓ (pos 122) Expected: ···"rrencyToken` IS NULL;\r\nSELECT `Computed`\r"··· Actual: ···"rrencyToken` IS NULL\r\nRETURNING `Computed"··· ↑ (pos 122)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BulkUpdates.TPHFiltersInheritanceBulkUpdatesMySqlTest.Update_derived_property_on_derived_type(async: True): test/EFCore.MySql.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesMySqlTest.cs#L205
Assert.Equal() Failure: Strings differ ↓ (pos 0) Expected: "UPDATE `Animals` AS `a`\r\nSET `a`.`FoundOn"··· Actual: "@p='0'\r\n\r\nUPDATE `Animals` AS `a`\r\nSET `a"··· ↑ (pos 0)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BulkUpdates.TPHFiltersInheritanceBulkUpdatesMySqlTest.Update_derived_property_on_derived_type(async: False): test/EFCore.MySql.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesMySqlTest.cs#L205
Assert.Equal() Failure: Strings differ ↓ (pos 0) Expected: "UPDATE `Animals` AS `a`\r\nSET `a`.`FoundOn"··· Actual: "@p='0'\r\n\r\nUPDATE `Animals` AS `a`\r\nSET `a"··· ↑ (pos 0)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for -- Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesBulkUpdateTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesCollectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesMiscellaneousTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesPrimitiveCollectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesProjectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesSetOperationsTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesStructuralEqualityTestBase`1 Microsoft.EntityFrameworkCore.ModelBuilding.ModelBuilderTest+ComplexCollectionTestBase Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonBulkUpdateRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonCollectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonMiscellaneousRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonPrimitiveCollectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonProjectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonSetOperationsRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonStructuralEqualityRelationalTestBase`1 Microsoft.EntityFrameworkCore.ModelBuilding.RelationalModelBuilderTest+RelationalComplexCollectionTestBase
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Added
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Modified
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_required_args_composite: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L394
Assert.Equal() Failure: Strings differ ↓ (pos 115) Expected: ···" Name` = 'Targaryen';\r\nSELECT ROW_COUNT()"··· Actual: ···"D `Last Name` = 'Targaryen'\r\nRETURNING 1;" ↑ (pos 115)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args_composite: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L332
Assert.Equal() Failure: Strings differ ↓ (pos 102) Expected: ···" `Last Name` IS NULL;\r\nSELECT ROW_COUNT()"··· Actual: ···" `Last Name` IS NULL\r\nRETURNING 1;\r\nUPDAT"··· ↑ (pos 102)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_required_args: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L370
Assert.Equal() Failure: Strings differ ↓ (pos 85) Expected: ···"t Name` = 'Daenerys';\r\nSELECT ROW_COUNT()"··· Actual: ···"E `First Name` = 'Daenerys'\r\nRETURNING 1;" ↑ (pos 85)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_required_args_multi: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L414
Assert.Equal() Failure: Strings differ ↓ (pos 139) Expected: ···"t Name` = 'Daenerys';\r\nSELECT ROW_COUNT()"··· Actual: ···"E `First Name` = 'Daenerys'\r\nRETURNING 1;" ↑ (pos 139)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L318
Assert.Equal() Failure: Strings differ ↓ (pos 131) Expected: ···"irst Name` = 'Hodor';\r\nSELECT ROW_COUNT()"··· Actual: ···"irst Name` = 'Hodor'\r\nRETURNING 1;\r\nUPDAT"··· ↑ (pos 131)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args_multi: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L360
Assert.Equal() Failure: Strings differ ↓ (pos 139) Expected: ···"t Name` = 'Daenerys';\r\nSELECT ROW_COUNT()"··· Actual: ···"E `First Name` = 'Daenerys'\r\nRETURNING 1;" ↑ (pos 139)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_required_args_multiple_rows: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L380
Assert.Equal() Failure: Strings differ ↓ (pos 78) Expected: ···"irst Name` = 'Hodor';\r\nSELECT ROW_COUNT()"··· Actual: ···"irst Name` = 'Hodor'\r\nRETURNING 1;\r\nUPDAT"··· ↑ (pos 78)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args_composite_multi: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L346
Assert.Equal() Failure: Strings differ ↓ (pos 155) Expected: ···" `Last Name` IS NULL;\r\nSELECT ROW_COUNT()"··· Actual: ···" `Last Name` IS NULL\r\nRETURNING 1;\r\nUPDAT"··· ↑ (pos 155)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexCollectionJsonMySqlTest.Can_insert_and_read_complex_collection
System.InvalidOperationException : An error was generated for warning 'Microsoft.EntityFrameworkCore.Model.Validation.AccidentalComplexPropertyCollection': The complex property 'School.Departments' is configured with a collection type 'List<Department>' but is not marked as a collection. Consider using 'ComplexCollection()' to configure this as a complex collection instead. This exception can be suppressed or logged by passing event ID 'CoreEventId.AccidentalComplexPropertyCollection' to the 'ConfigureWarnings' method in 'DbContext.OnConfiguring' or 'AddDbContext'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Update.MySqlUpdateSqlGeneratorTest.AppendUpdateOperation_for_computed_property: test/EFCore.MySql.FunctionalTests/Update/MySqlUpdateSqlGeneratorTest.cs#L535
Assert.Equal() Failure: Strings differ ↓ (pos 91) Expected: ···"p2\r\nWHERE `Id` = @p3;\r\nSELECT `Computed`\r"··· Actual: ···"p2\r\nWHERE `Id` = @p3\r\nRETURNING `Computed"··· ↑ (pos 91)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Update.MySqlUpdateSqlGeneratorTest.AppendUpdateOperation_if_store_generated_columns_dont_exist: test/EFCore.MySql.FunctionalTests/Update/MySqlUpdateSqlGeneratorTest.cs#L517
Assert.Equal() Failure: Strings differ ↓ (pos 91) Expected: ···"p2\r\nWHERE `Id` = @p3;\r\nSELECT ROW_COUNT()"··· Actual: ···"en` = @p2\r\nWHERE `Id` = @p3\r\nRETURNING 1;" ↑ (pos 91)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Update.MySqlUpdateSqlGeneratorTest.AppendUpdateOperation_appends_where_for_concurrency_token: test/EFCore.MySql.FunctionalTests/Update/MySqlUpdateSqlGeneratorTest.cs#L526
Assert.Equal() Failure: Strings differ ↓ (pos 122) Expected: ···"rrencyToken` IS NULL;\r\nSELECT ROW_COUNT()"··· Actual: ···" `ConcurrencyToken` IS NULL\r\nRETURNING 1;" ↑ (pos 122)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Update.MySqlUpdateSqlGeneratorTest.AppendUpdateOperation_if_store_generated_columns_exist: test/EFCore.MySql.FunctionalTests/Update/MySqlUpdateSqlGeneratorTest.cs#L505
Assert.Equal() Failure: Strings differ ↓ (pos 122) Expected: ···"rrencyToken` IS NULL;\r\nSELECT `Computed`\r"··· Actual: ···"rrencyToken` IS NULL\r\nRETURNING `Computed"··· ↑ (pos 122)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.TwoDatabasesMySqlTest.Can_query_from_one_connection_and_save_changes_to_another
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `Foo` SET `Bar` = 'Modified Two' WHERE `Id` = 2 RETURN...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.TwoDatabasesMySqlTest.Can_query_from_one_connection_string_and_save_changes_to_another
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `Foo` SET `Bar` = 'Modified Two' WHERE `Id` = 2 RETURN...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.TwoDatabasesMySqlTest.Can_set_connection_string_in_interceptor(withConnectionString: True
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `Foo` SET `Bar` = 'Modified Two' WHERE `Id` = 2 RETURN...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.TwoDatabasesMySqlTest.Can_set_connection_string_in_interceptor(withConnectionString: True
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `Foo` SET `Bar` = 'Modified Two' WHERE `Id` = 2 RETURN...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for -- Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesBulkUpdateTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesCollectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesMiscellaneousTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesPrimitiveCollectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesProjectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesSetOperationsTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesStructuralEqualityTestBase`1 Microsoft.EntityFrameworkCore.ModelBuilding.ModelBuilderTest+ComplexCollectionTestBase Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonBulkUpdateRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonCollectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonMiscellaneousRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonPrimitiveCollectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonProjectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonSetOperationsRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonStructuralEqualityRelationalTestBase`1 Microsoft.EntityFrameworkCore.ModelBuilding.RelationalModelBuilderTest+RelationalComplexCollectionTestBase
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Using_bad_IProperty_instances_throws_derived
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Store_values_for_join_entity_can_be_copied_into_an_object_asynchronously
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Current_values_can_be_read_and_set_for_an_object_in_the_Modified_state
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Non_nullable_property_in_original_values_cannot_be_set_to_null_in_property_dictionary
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Property_in_cloned_dictionary_cannot_be_set_to_instance_of_wrong_type
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Property_in_current_values_cannot_be_set_to_instance_of_wrong_type
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Store_values_can_be_copied_into_a_non_generic_cloned_dictionary
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for -- Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesBulkUpdateTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesCollectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesMiscellaneousTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesPrimitiveCollectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesProjectionTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesSetOperationsTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexProperties.ComplexPropertiesStructuralEqualityTestBase`1 Microsoft.EntityFrameworkCore.ModelBuilding.ModelBuilderTest+ComplexCollectionTestBase Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonBulkUpdateRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonCollectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonMiscellaneousRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonPrimitiveCollectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonProjectionRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonSetOperationsRelationalTestBase`1 Microsoft.EntityFrameworkCore.Query.Associations.ComplexJson.ComplexJsonStructuralEqualityRelationalTestBase`1 Microsoft.EntityFrameworkCore.ModelBuilding.RelationalModelBuilderTest+RelationalComplexCollectionTestBase
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexCollectionJsonMySqlTest.Can_query_complex_collection_property
System.InvalidOperationException : An error was generated for warning 'Microsoft.EntityFrameworkCore.Model.Validation.AccidentalComplexPropertyCollection': The complex property 'School.Departments' is configured with a collection type 'List<Department>' but is not marked as a collection. Consider using 'ComplexCollection()' to configure this as a complex collection instead. This exception can be suppressed or logged by passing event ID 'CoreEventId.AccidentalComplexPropertyCollection' to the 'ConfigureWarnings' method in 'DbContext.OnConfiguring' or 'AddDbContext'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexCollectionJsonMySqlTest.Can_insert_and_read_complex_collection
System.InvalidOperationException : An error was generated for warning 'Microsoft.EntityFrameworkCore.Model.Validation.AccidentalComplexPropertyCollection': The complex property 'School.Departments' is configured with a collection type 'List<Department>' but is not marked as a collection. Consider using 'ComplexCollection()' to configure this as a complex collection instead. This exception can be suppressed or logged by passing event ID 'CoreEventId.AccidentalComplexPropertyCollection' to the 'ConfigureWarnings' method in 'DbContext.OnConfiguring' or 'AddDbContext'.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_required_args: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L370
Assert.Equal() Failure: Strings differ ↓ (pos 85) Expected: ···"t Name` = 'Daenerys';\r\nSELECT ROW_COUNT()"··· Actual: ···"E `First Name` = 'Daenerys'\r\nRETURNING 1;" ↑ (pos 85)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_required_args_multi: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L414
Assert.Equal() Failure: Strings differ ↓ (pos 139) Expected: ···"t Name` = 'Daenerys';\r\nSELECT ROW_COUNT()"··· Actual: ···"E `First Name` = 'Daenerys'\r\nRETURNING 1;" ↑ (pos 139)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L318
Assert.Equal() Failure: Strings differ ↓ (pos 131) Expected: ···"irst Name` = 'Hodor';\r\nSELECT ROW_COUNT()"··· Actual: ···"irst Name` = 'Hodor'\r\nRETURNING 1;\r\nUPDAT"··· ↑ (pos 131)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args_multi: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L360
Assert.Equal() Failure: Strings differ ↓ (pos 139) Expected: ···"t Name` = 'Daenerys';\r\nSELECT ROW_COUNT()"··· Actual: ···"E `First Name` = 'Daenerys'\r\nRETURNING 1;" ↑ (pos 139)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_required_args_multiple_rows: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L380
Assert.Equal() Failure: Strings differ ↓ (pos 78) Expected: ···"irst Name` = 'Hodor';\r\nSELECT ROW_COUNT()"··· Actual: ···"irst Name` = 'Hodor'\r\nRETURNING 1;\r\nUPDAT"··· ↑ (pos 78)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Update.MySqlUpdateSqlGeneratorTest.AppendUpdateOperation_for_computed_property: test/EFCore.MySql.FunctionalTests/Update/MySqlUpdateSqlGeneratorTest.cs#L535
Assert.Equal() Failure: Strings differ ↓ (pos 91) Expected: ···"p2\r\nWHERE `Id` = @p3;\r\nSELECT `Computed`\r"··· Actual: ···"p2\r\nWHERE `Id` = @p3\r\nRETURNING `Computed"··· ↑ (pos 91)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Update.MySqlUpdateSqlGeneratorTest.AppendUpdateOperation_if_store_generated_columns_dont_exist: test/EFCore.MySql.FunctionalTests/Update/MySqlUpdateSqlGeneratorTest.cs#L517
Assert.Equal() Failure: Strings differ ↓ (pos 91) Expected: ···"p2\r\nWHERE `Id` = @p3;\r\nSELECT ROW_COUNT()"··· Actual: ···"en` = @p2\r\nWHERE `Id` = @p3\r\nRETURNING 1;" ↑ (pos 91)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Update.MySqlUpdateSqlGeneratorTest.AppendUpdateOperation_appends_where_for_concurrency_token: test/EFCore.MySql.FunctionalTests/Update/MySqlUpdateSqlGeneratorTest.cs#L526
Assert.Equal() Failure: Strings differ ↓ (pos 122) Expected: ···"rrencyToken` IS NULL;\r\nSELECT ROW_COUNT()"··· Actual: ···" `ConcurrencyToken` IS NULL\r\nRETURNING 1;" ↑ (pos 122)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args_composite_multi: test/EFCore.MySql.FunctionalTests/MySqlMigrationsSqlGeneratorTest.cs#L346
Assert.Equal() Failure: Strings differ ↓ (pos 155) Expected: ···" `Last Name` IS NULL;\r\nSELECT ROW_COUNT()"··· Actual: ···" `Last Name` IS NULL\r\nRETURNING 1;\r\nUPDAT"··· ↑ (pos 155)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Update.MySqlUpdateSqlGeneratorTest.AppendUpdateOperation_if_store_generated_columns_exist: test/EFCore.MySql.FunctionalTests/Update/MySqlUpdateSqlGeneratorTest.cs#L505
Assert.Equal() Failure: Strings differ ↓ (pos 122) Expected: ···"rrencyToken` IS NULL;\r\nSELECT `Computed`\r"··· Actual: ···"rrencyToken` IS NULL\r\nRETURNING `Computed"··· ↑ (pos 122)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Added
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ComplexTypesTrackingMySqlTest.Can_track_entity_with_complex_readonly_structs(state: Modified
System.InvalidOperationException : The complex collection property 'FieldPubWithCollections.Activities' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ValueConvertersEndToEndMySqlTest.Can_insert_and_read_back_with_conversions(valueOrder: [3
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Scaffolding.CompiledModelMySqlTest.CheckConstraints
System.AggregateException : Differences found in 1 files (Difference found in DataEntityType.cs) ---- System.Exception : Difference found in DataEntityType.cs -------- Assert.Equal() Failure: Strings differ ↓ (pos 473) Expected: ···"Scaffolding;\r\nusing Microsoft.EntityFrame"··· Actual: ···"Scaffolding;\r\nusing Pomelo.EntityFramewor"··· ↑ (pos 473)
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ValueConvertersEndToEndMySqlTest.Can_insert_and_read_back_with_conversions(valueOrder: [0
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.ValueConvertersEndToEndMySqlTest.Can_insert_and_read_back_with_conversions(valueOrder: [0
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.TwoDatabasesMySqlTest.Can_query_from_one_connection_and_save_changes_to_another
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `Foo` SET `Bar` = 'Modified Two' WHERE `Id` = 2 RETURN...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.TwoDatabasesMySqlTest.Can_query_from_one_connection_string_and_save_changes_to_another
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `Foo` SET `Bar` = 'Modified Two' WHERE `Id` = 2 RETURN...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.TwoDatabasesMySqlTest.Can_set_connection_string_in_interceptor(withConnectionString: True
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `Foo` SET `Bar` = 'Modified Two' WHERE `Id` = 2 RETURN...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.TwoDatabasesMySqlTest.Can_set_connection_string_in_interceptor(withConnectionString: True
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details. ---- MySqlConnector.MySqlException : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'RETURNING 1; UPDATE `Foo` SET `Bar` = 'Modified Two' WHERE `Id` = 2 RETURN...' at line 3
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Store_values_really_are_store_values_not_current_or_original_values
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Property_in_original_values_cannot_be_set_to_instance_of_wrong_type
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Current_values_can_be_set_from_DTO_object_using_non_generic_dictionary
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Using_bad_IProperty_instances_throws_derived
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Store_values_for_join_entity_can_be_copied_into_an_object_asynchronously
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Current_values_can_be_read_and_set_for_an_object_in_the_Modified_state
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Non_nullable_property_in_original_values_cannot_be_set_to_null_in_property_dictionary
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Property_in_cloned_dictionary_cannot_be_set_to_instance_of_wrong_type
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Property_in_current_values_cannot_be_set_to_instance_of_wrong_type
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Store_values_can_be_copied_into_a_non_generic_cloned_dictionary
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Store_values_really_are_store_values_not_current_or_original_values
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Property_in_original_values_cannot_be_set_to_instance_of_wrong_type
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Current_values_can_be_set_from_DTO_object_using_non_generic_dictionary
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Using_bad_IProperty_instances_throws_derived
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Store_values_for_join_entity_can_be_copied_into_an_object_asynchronously
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Current_values_can_be_read_and_set_for_an_object_in_the_Modified_state
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Non_nullable_property_in_original_values_cannot_be_set_to_null_in_property_dictionary
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Property_in_cloned_dictionary_cannot_be_set_to_instance_of_wrong_type
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Property_in_current_values_cannot_be_set_to_instance_of_wrong_type
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.PropertyValuesMySqlTest.Store_values_can_be_copied_into_a_non_generic_cloned_dictionary
System.InvalidOperationException : The complex collection property 'School.Departments' must be mapped to a JSON column. Use 'ToJson()' to configure this complex collection as mapped to a JSON column.