Merge pull request #111 from microting/copilot/fix-test-class-constru… #198
Annotations
180 errors
|
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
RETURNING 1' 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
RETURNING 1' at line 3
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BulkUpdates.TPHInheritanceBulkUpdatesMySqlTest.Update_with_interface_in_EF_Property_in_property_expression(async: False):
test/EFCore.MySql.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesMySqlTest.cs#L272
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "UPDATE `Drinks` AS `d`\nSET `d`.`SugarGram"···
Actual: "@p='0'\n\nUPDATE `Drinks` AS `d`\nSET `d`.`S"···
↑ (pos 0)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BulkUpdates.TPCInheritanceBulkUpdatesMySqlTest.Update_with_interface_in_property_expression(async: True):
test/EFCore.MySql.FunctionalTests/BulkUpdates/TPCInheritanceBulkUpdatesMySqlTest.cs#L267
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "UPDATE `Coke` AS `c`\nSET `c`.`SugarGrams`"···
Actual: "@p='0'\n\nUPDATE `Coke` AS `c`\nSET `c`.`Sug"···
↑ (pos 0)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BulkUpdates.TPCInheritanceBulkUpdatesMySqlTest.Update_base_property_on_derived_type(async: True):
test/EFCore.MySql.FunctionalTests/BulkUpdates/TPCInheritanceBulkUpdatesMySqlTest.cs#L203
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "UPDATE `Kiwi` AS `k`\nSET `k`.`Name` = 'So"···
Actual: "@p='SomeOtherKiwi' (Size = 4000)\n\nUPDATE "···
↑ (pos 0)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BulkUpdates.TPCInheritanceBulkUpdatesMySqlTest.Update_base_property_on_derived_type(async: False):
test/EFCore.MySql.FunctionalTests/BulkUpdates/TPCInheritanceBulkUpdatesMySqlTest.cs#L203
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "UPDATE `Kiwi` AS `k`\nSET `k`.`Name` = 'So"···
Actual: "@p='SomeOtherKiwi' (Size = 4000)\n\nUPDATE "···
↑ (pos 0)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.NorthwindQueryFiltersQueryMySqlTest.Count_query(async: False):
test/EFCore.MySql.FunctionalTests/Query/NorthwindQueryFiltersQueryMySqlTest.cs#L23
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__ef_filter__TenantPrefix_0_startswith='"···
Actual: "@ef_filter__TenantPrefix='B' (Size = 40)\n"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.NorthwindQueryFiltersQueryMySqlTest.Count_query(async: True):
test/EFCore.MySql.FunctionalTests/Query/NorthwindQueryFiltersQueryMySqlTest.cs#L23
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__ef_filter__TenantPrefix_0_startswith='"···
Actual: "@ef_filter__TenantPrefix='B' (Size = 40)\n"···
↑ (pos 1)
|
|
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.Types.TypeTestBase`2
Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.EnumTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.GuidTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MathTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MiscellaneousTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.StringTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeOffsetTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeSpanTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ArithmeticOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.BitwiseOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ComparisonOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.LogicalOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.MiscellaneousOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsBulkUpdateTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsIncludeTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsStructuralEqualityTestBase`1
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.
|
|
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.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.Query.JsonMicrosoftStringQueryTest.Parameter
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\n\nSELECT `j`.`Id`, `j`.`Custome"···
Actual: "@p='1'\n\nSELECT `j`.`Id`, `j`.`CustomerJso"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonMicrosoftStringQueryTest.JsonExtract_JsonUnquote
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__name_1='Joe' (Size = 4000)\n\nSELECT COU"···
Actual: "@name='Joe' (Size = 4000)\n\nSELECT COUNT(*"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonMicrosoftStringQueryTest.Parameter_cast_MySqlJsonString
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\n\nSELECT `j`.`Id`, `j`.`Custome"···
Actual: "@p='1'\n\nSELECT `j`.`Id`, `j`.`CustomerJso"···
↑ (pos 1)
|
|
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.JsonMicrosoftStringQueryTest.JsonExtract_JsonUnquote_JsonQuote
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__name_1='"Joe"' (Size = 4000)\n\nSELECT C"···
Actual: "@name='"Joe"' (Size = 4000)\n\nSELECT COUNT"···
↑ (pos 1)
|
|
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.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.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Types.TypeTestBase`2
Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.EnumTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.GuidTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MathTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MiscellaneousTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.StringTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeOffsetTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeSpanTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ArithmeticOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.BitwiseOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ComparisonOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.LogicalOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.MiscellaneousOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsBulkUpdateTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsIncludeTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsStructuralEqualityTestBase`1
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.
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Intersects_equal_to_null(async: False):
test/EFCore.MySql.FunctionalTests/Query/SpatialQueryMySqlTest.cs#L1042
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__lineString_0='0x0000000001020000000200"···
Actual: "@lineString='0x00000000010200000002000000"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.NorthwindStringIncludeQueryMySqlTest.Multi_level_includes_are_applied_with_skip_take(async: True)
System.InvalidOperationException : Expression 'LEAST(@p, 1)' in the SQL tree does not have a type mapping assigned.
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.NorthwindStringIncludeQueryMySqlTest.Multi_level_includes_are_applied_with_skip_take(async: False)
System.InvalidOperationException : Expression 'LEAST(@p, 1)' in the SQL tree does not have a type mapping assigned.
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.SpatialQueryMySqlTest.Intersects_equal_to_null(async: True):
test/EFCore.MySql.FunctionalTests/Query/SpatialQueryMySqlTest.cs#L1042
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__lineString_0='0x0000000001020000000200"···
Actual: "@lineString='0x00000000010200000002000000"···
↑ (pos 1)
|
|
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.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.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Types.TypeTestBase`2
Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.EnumTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.GuidTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MathTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MiscellaneousTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.StringTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeOffsetTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeSpanTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ArithmeticOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.BitwiseOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ComparisonOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.LogicalOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.MiscellaneousOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsBulkUpdateTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsIncludeTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsStructuralEqualityTestBase`1
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.
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonMicrosoftDomQueryTest.Parameter_element:
test/EFCore.MySql.FunctionalTests/Query/JsonMicrosoftDomQueryTest.cs#L103
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\n\nSELECT `j`.`Id`, `j`.`Custome"···
Actual: "@p='1'\n\nSELECT `j`.`Id`, `j`.`CustomerDoc"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.BulkUpdates.TPTFiltersInheritanceBulkUpdatesMySqlTest.Update_where_using_hierarchy(async: False):
test/EFCore.MySql.FunctionalTests/BulkUpdates/TPTFiltersInheritanceBulkUpdatesMySqlTest.cs#L116
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "UPDATE `Countries` AS `c`\nSET `c`.`Name` "···
Actual: "@p='Monovia' (Size = 4000)\n\nUPDATE `Count"···
↑ (pos 0)
|
|
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.BulkUpdates.TPTFiltersInheritanceBulkUpdatesMySqlTest.Update_where_using_hierarchy(async: True):
test/EFCore.MySql.FunctionalTests/BulkUpdates/TPTFiltersInheritanceBulkUpdatesMySqlTest.cs#L116
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "UPDATE `Countries` AS `c`\nSET `c`.`Name` "···
Actual: "@p='Monovia' (Size = 4000)\n\nUPDATE `Count"···
↑ (pos 0)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftDomQueryTest.JsonOverlaps_with_json_element:
test/EFCore.MySql.FunctionalTests/Query/JsonNewtonsoftDomQueryTest.cs#L361
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__element_1='{"Name":"Joe","Age":-1}' (S"···
Actual: "@element='{"Name":"Joe","Age":-1}' (Size "···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftDomQueryTest.JsonOverlaps_using_JsonExtract_with_json_element:
test/EFCore.MySql.FunctionalTests/Query/JsonNewtonsoftDomQueryTest.cs#L394
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__element_1='[3,-1]' (Size = 4000)\n\nSELE"···
Actual: "@element='[3,-1]' (Size = 4000)\n\nSELECT C"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftDomQueryTest.Parameter_document:
test/EFCore.MySql.FunctionalTests/Query/JsonNewtonsoftDomQueryTest.cs#L79
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\n\nSELECT `j`.`Id`, `j`.`Custome"···
Actual: "@p='1'\n\nSELECT `j`.`Id`, `j`.`CustomerJOb"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftDomQueryTest.Parameter_element:
test/EFCore.MySql.FunctionalTests/Query/JsonNewtonsoftDomQueryTest.cs#L103
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\n\nSELECT `j`.`Id`, `j`.`Custome"···
Actual: "@p='1'\n\nSELECT `j`.`Id`, `j`.`CustomerJOb"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftDomQueryTest.JsonContains_with_json_element:
test/EFCore.MySql.FunctionalTests/Query/JsonNewtonsoftDomQueryTest.cs#L426
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__element_1='{"Name":"Joe","Age":25}' (S"···
Actual: "@element='{"Name":"Joe","Age":25}' (Size "···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftDomQueryTest.Array_parameter_index:
test/EFCore.MySql.FunctionalTests/Query/JsonNewtonsoftDomQueryTest.cs#L255
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__i_0='1'\n\nSELECT `j`.`Id`, `j`.`Custome"···
Actual: "@i='1'\n\nSELECT `j`.`Id`, `j`.`CustomerJOb"···
↑ (pos 1)
|
|
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.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.Query.JsonNewtonsoftDomQueryTest.Parameter_document:
test/EFCore.MySql.FunctionalTests/Query/JsonNewtonsoftDomQueryTest.cs#L79
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\n\nSELECT `j`.`Id`, `j`.`Custome"···
Actual: "@p='1'\n\nSELECT `j`.`Id`, `j`.`CustomerJOb"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftDomQueryTest.Parameter_element:
test/EFCore.MySql.FunctionalTests/Query/JsonNewtonsoftDomQueryTest.cs#L103
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\n\nSELECT `j`.`Id`, `j`.`Custome"···
Actual: "@p='1'\n\nSELECT `j`.`Id`, `j`.`CustomerJOb"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftDomQueryTest.JsonContains_with_json_element:
test/EFCore.MySql.FunctionalTests/Query/JsonNewtonsoftDomQueryTest.cs#L426
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__element_1='{"Name":"Joe","Age":25}' (S"···
Actual: "@element='{"Name":"Joe","Age":25}' (Size "···
↑ (pos 1)
|
|
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.JsonNewtonsoftDomQueryTest.Array_parameter_index:
test/EFCore.MySql.FunctionalTests/Query/JsonNewtonsoftDomQueryTest.cs#L255
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__i_0='1'\n\nSELECT `j`.`Id`, `j`.`Custome"···
Actual: "@i='1'\n\nSELECT `j`.`Id`, `j`.`CustomerJOb"···
↑ (pos 1)
|
|
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.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.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.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.Inline_collection_Count_with_three_values(async: False):
test/EFCore.MySql.FunctionalTests/Query/PrimitiveCollectionsQueryMySqlTest.cs#L134
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_three_values(async: True):
test/EFCore.MySql.FunctionalTests/Query/PrimitiveCollectionsQueryMySqlTest.cs#L134
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.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.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.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_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.Query.JsonMicrosoftDomQueryTest.JsonOverlaps_with_json_element:
test/EFCore.MySql.FunctionalTests/Query/JsonMicrosoftDomQueryTest.cs#L333
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__element_1='{"Name":"Joe","Age":-1}' (N"···
Actual: "@element='{"Name":"Joe","Age":-1}' (Nulla"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonMicrosoftDomQueryTest.JsonContains_with_json_element:
test/EFCore.MySql.FunctionalTests/Query/JsonMicrosoftDomQueryTest.cs#L398
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__element_1='{"Name":"Joe","Age":25}' (N"···
Actual: "@element='{"Name":"Joe","Age":25}' (Nulla"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonMicrosoftDomQueryTest.Parameter_document:
test/EFCore.MySql.FunctionalTests/Query/JsonMicrosoftDomQueryTest.cs#L79
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\r\n\r\nSELECT `j`.`Id`, `j`.`Custo"···
Actual: "@p='1'\r\n\r\nSELECT `j`.`Id`, `j`.`CustomerD"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonMicrosoftDomQueryTest.Array_parameter_index:
test/EFCore.MySql.FunctionalTests/Query/JsonMicrosoftDomQueryTest.cs#L255
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__i_0='1'\r\n\r\nSELECT `j`.`Id`, `j`.`Custo"···
Actual: "@i='1'\r\n\r\nSELECT `j`.`Id`, `j`.`CustomerD"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonMicrosoftDomQueryTest.JsonOverlaps_using_JsonExtract_with_json_element:
test/EFCore.MySql.FunctionalTests/Query/JsonMicrosoftDomQueryTest.cs#L366
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__element_1='[3,-1]' (Nullable = false) "···
Actual: "@element='[3,-1]' (Nullable = false) (Siz"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonMicrosoftDomQueryTest.Parameter_element:
test/EFCore.MySql.FunctionalTests/Query/JsonMicrosoftDomQueryTest.cs#L103
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\r\n\r\nSELECT `j`.`Id`, `j`.`Custo"···
Actual: "@p='1'\r\n\r\nSELECT `j`.`Id`, `j`.`CustomerD"···
↑ (pos 1)
|
|
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.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.Query.MatchQueryMySqlTest.Match_in_boolean_mode_keywords_evaluate_score:
test/EFCore.MySql.FunctionalTests/Query/MatchQueryMySqlTest.cs#L374
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__minScore_1='0.2'\r\n\r\nSELECT COUNT(*)\r\nF"···
Actual: "@minscore='0.2'\r\n\r\nSELECT COUNT(*)\r\nFROM "···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.MatchQueryMySqlTest.IsMatch_in_boolean_mode_with_search_mode_parameter:
test/EFCore.MySql.FunctionalTests/Query/MatchQueryMySqlTest.cs#L290
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__searchMode_1='2'\r\n\r\nSELECT COUNT(*)\r\nF"···
Actual: "@searchMode='2'\r\n\r\nSELECT COUNT(*)\r\nFROM "···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.MatchQueryMySqlTest.IsMatch_in_boolean_mode_with_search_mode_parameter_multiple_columns:
test/EFCore.MySql.FunctionalTests/Query/MatchQueryMySqlTest.cs#L319
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__searchMode_1='2'\r\n\r\nSELECT COUNT(*)\r\nF"···
Actual: "@searchMode='2'\r\n\r\nSELECT COUNT(*)\r\nFROM "···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Types.TypeTestBase`2
Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.EnumTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.GuidTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MathTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MiscellaneousTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.StringTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeOffsetTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeSpanTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ArithmeticOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.BitwiseOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ComparisonOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.LogicalOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.MiscellaneousOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsBulkUpdateTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsIncludeTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsStructuralEqualityTestBase`1
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.ComplexPropertiesSetOperationsTestB
|
|
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.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Types.TypeTestBase`2
Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.EnumTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.GuidTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MathTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MiscellaneousTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.StringTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeOffsetTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeSpanTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ArithmeticOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.BitwiseOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ComparisonOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.LogicalOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.MiscellaneousOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsBulkUpdateTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsIncludeTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsStructuralEqualityTestBase`1
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.ComplexPropertiesSetOperationsTestB
|
|
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.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.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.Query.JsonNewtonsoftStringQueryTest.Parameter
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\r\n\r\nSELECT `j`.`Id`, `j`.`Custo"···
Actual: "@p='1'\r\n\r\nSELECT `j`.`Id`, `j`.`CustomerJ"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftStringQueryTest.JsonExtract_JsonUnquote
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__name_1='Joe' (Size = 4000)\r\n\r\nSELECT C"···
Actual: "@name='Joe' (Size = 4000)\r\n\r\nSELECT COUNT"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftStringQueryTest.JsonExtract_JsonUnquote_JsonQuote
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__name_1='"Joe"' (Size = 4000)\r\n\r\nSELECT"···
Actual: "@name='"Joe"' (Size = 4000)\r\n\r\nSELECT COU"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftStringQueryTest.Parameter_cast_MySqlJsonString
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\r\n\r\nSELECT `j`.`Id`, `j`.`Custo"···
Actual: "@p='1'\r\n\r\nSELECT `j`.`Id`, `j`.`CustomerJ"···
↑ (pos 1)
|
|
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.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Types.TypeTestBase`2
Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.EnumTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.GuidTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MathTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MiscellaneousTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.StringTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeOffsetTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeSpanTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ArithmeticOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.BitwiseOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ComparisonOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.LogicalOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.MiscellaneousOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsBulkUpdateTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsIncludeTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsStructuralEqualityTestBase`1
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.ComplexPropertiesSetOperationsTestB
|
|
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.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Types.TypeTestBase`2
Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.EnumTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.GuidTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MathTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MiscellaneousTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.StringTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeOffsetTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeSpanTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ArithmeticOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.BitwiseOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ComparisonOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.LogicalOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.MiscellaneousOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsBulkUpdateTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsIncludeTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsStructuralEqualityTestBase`1
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.ComplexPropertiesSetOperationsTestB
|
|
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.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.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.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.Query.JsonMicrosoftStringQueryTest.Parameter
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\r\n\r\nSELECT `j`.`Id`, `j`.`Custo"···
Actual: "@p='1'\r\n\r\nSELECT `j`.`Id`, `j`.`CustomerJ"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonMicrosoftStringQueryTest.JsonExtract_JsonUnquote
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__name_1='Joe' (Size = 4000)\r\n\r\nSELECT C"···
Actual: "@name='Joe' (Size = 4000)\r\n\r\nSELECT COUNT"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonMicrosoftStringQueryTest.Parameter_cast_MySqlJsonString
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\r\n\r\nSELECT `j`.`Id`, `j`.`Custo"···
Actual: "@p='1'\r\n\r\nSELECT `j`.`Id`, `j`.`CustomerJ"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonMicrosoftStringQueryTest.JsonExtract_JsonUnquote_JsonQuote
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__name_1='"Joe"' (Size = 4000)\r\n\r\nSELECT"···
Actual: "@name='"Joe"' (Size = 4000)\r\n\r\nSELECT COU"···
↑ (pos 1)
|
|
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.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Types.TypeTestBase`2
Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.EnumTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.GuidTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MathTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MiscellaneousTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.StringTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeOffsetTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeSpanTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ArithmeticOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.BitwiseOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ComparisonOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.LogicalOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.MiscellaneousOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsBulkUpdateTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsIncludeTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsStructuralEqualityTestBase`1
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.ComplexPropertiesSetOperationsTestB
|
|
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.Query.JsonNewtonsoftStringQueryTest.JsonExtract_JsonUnquote
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__name_1='Joe' (Size = 4000)\r\n\r\nSELECT C"···
Actual: "@name='Joe' (Size = 4000)\r\n\r\nSELECT COUNT"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftStringQueryTest.JsonExtract_JsonUnquote_JsonQuote
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__name_1='"Joe"' (Size = 4000)\r\n\r\nSELECT"···
Actual: "@name='"Joe"' (Size = 4000)\r\n\r\nSELECT COU"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftStringQueryTest.Parameter_cast_MySqlJsonString
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\r\n\r\nSELECT `j`.`Id`, `j`.`Custo"···
Actual: "@p='1'\r\n\r\nSELECT `j`.`Id`, `j`.`CustomerJ"···
↑ (pos 1)
|
|
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.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.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.MySqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Types.TypeTestBase`2
Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.EnumTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.GuidTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MathTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.MiscellaneousTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.StringTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeOffsetTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.DateTimeTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeOnlyTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Temporal.TimeSpanTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ArithmeticOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.BitwiseOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.ComparisonOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.LogicalOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Translations.Operators.MiscellaneousOperatorTranslationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsBulkUpdateTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.AssociationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.OwnedNavigations.OwnedNavigationsStructuralEqualityTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsIncludeTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsMiscellaneousTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsPrimitiveCollectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsProjectionTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsSetOperationsTestBase`1
Microsoft.EntityFrameworkCore.Query.Associations.Navigations.NavigationsStructuralEqualityTestBase`1
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.ComplexPropertiesSetOperationsTestB
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftPocoQueryTest.JsonExtract
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__name_1='Joe' (Size = 4000)\r\n\r\nSELECT C"···
Actual: "@name='Joe' (Size = 4000)\r\n\r\nSELECT COUNT"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftPocoQueryTest.Parameter
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__p_0='1'\r\n\r\nSELECT `j`.`Id`, `j`.`Custo"···
Actual: "@p='1'\r\n\r\nSELECT `j`.`Id`, `j`.`Customer`"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftPocoQueryTest.JsonExtract_JsonUnquote
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__name_1='Joe' (Size = 4000)\r\n\r\nSELECT C"···
Actual: "@name='Joe' (Size = 4000)\r\n\r\nSELECT COUNT"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftPocoQueryTest.JsonContains_with_string_parameter
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__someJson_1='{"Name": "Joe", "Age": 25}"···
Actual: "@someJson='{"Name": "Joe", "Age": 25}' (S"···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftPocoQueryTest.JsonContains_with_json_element:
test/EFCore.MySql.FunctionalTests/Query/JsonNewtonsoftPocoQueryTest.cs#L32
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__element_1='{"Name":"Joe","Age":25}' (S"···
Actual: "@element='{"Name":"Joe","Age":25}' (Size "···
↑ (pos 1)
|
|
Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query.JsonNewtonsoftPocoQueryTest.Array_parameter_index
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "@__i_0='1'\r\n\r\nSELECT `j`.`Id`, `j`.`Custo"···
Actual: "@i='1'\r\n\r\nSELECT `j`.`Id`, `j`.`Customer`"···
↑ (pos 1)
|