Error:
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;
Error:
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
Error:
System.InvalidOperationException : Expression 'LEAST(@p, 1)' in the SQL tree does not have a type mapping assigned.
Error:
System.InvalidOperationException : Expression 'LEAST(@p, 1)' in the SQL tree does not have a type mapping assigned.
Error:
System.InvalidOperationException : Expression 'LEAST(@p0, @p1)' in the SQL tree does not have a type mapping assigned.
Error:
Assert.Equal() Failure: Strings differ
↓ (pos 88)
Expected: ···"omers` AS `c`\nWHERE `c`.`CompanyName` LIKE"···
Actual: ···"omers` AS `c`\nWHERE LEFT(`c`.`CompanyName"···
Analysis: The test expects LIKE clause but actual SQL uses LEFT function instead.
Error:
Assert.Equal() Failure: Strings differ
↓ (pos 154)
Expected: ···" `Last Name` IS NULL;\nSELECT ROW_COUNT();"···
Actual: ···" `Last Name` IS NULL\nRETURNING 1;\nUPDATE "···
Analysis: Test expects ROW_COUNT() pattern but code generates RETURNING clause.
- TwoDatabasesMySqlTest.Can_set_connection_string_in_interceptor(withConnectionString: True, withNullConnectionString: True)
- TwoDatabasesMySqlTest.Can_set_connection_string_in_interceptor(withConnectionString: True, withNullConnectionString: False)
- TwoDatabasesMySqlTest.Can_query_from_one_connection_string_and_save_changes_to_another
- TwoDatabasesMySqlTest.Can_query_from_one_connection_and_save_changes_to_another
- Query.NorthwindQueryFiltersQueryMySqlTest.Count_query(async: True)
- Query.NorthwindQueryFiltersQueryMySqlTest.Count_query(async: False)
- Query.NorthwindStringIncludeQueryMySqlTest.Multi_level_includes_are_applied_with_skip_take(async: False)
- Query.NorthwindStringIncludeQueryMySqlTest.Multi_level_includes_are_applied_with_skip_take(async: True)
- CompositeKeyEndToEndMySqlTest.Can_use_generated_values_in_composite_key_end_to_end
- CompositeKeyEndToEndMySqlTest.Only_one_part_of_a_composite_key_needs_to_vary_for_uniqueness
- CompositeKeyEndToEndMySqlTest.Can_use_two_non_generated_integers_as_composite_key_end_to_end
- MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args_composite_multi
- Query.NorthwindChangeTrackingQueryMySqlTest.Entity_range_does_not_revert_when_attached_dbContext
- MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_required_args_multiple_rows
- MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args_multi
- MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args
- MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_required_args_multi
- MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_required_args
- Query.NorthwindChangeTrackingQueryMySqlTest.Entity_range_does_not_revert_when_attached_dbSet
- MySqlMigrationsSqlGeneratorTest.UpdateDataOperation_all_args_composite ...
(9,874 total failing tests - see full output in /tmp/failed_tests_list.txt)