You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the SideBySide tests against MySQL Server 8.0.1; DataTypes.QueryBinaryGuid(false) fails:
Failed SideBySide.DataTypes.QueryBinaryGuid(oldGuids: False)
Error Message:
Assert.Equal() Failure
Expected: typeof(System.Guid)
Actual: typeof(string)
Stack Trace:
at SideBySide.DataTypes.QueryBinaryGuid(Boolean oldGuids) in MySqlConnector\tests\SideBySide\DataTypes.cs:line 346
Note that this failure doesn't happen when running just the QueryBinaryGuid tests, nor when setting csb.MaximumPoolSize = 1234; in the test, which indicates it may be related to pulling an existing connection from the pool.
The failure also doesn't reproduce when using MySql.Data 6.9.9.
The text was updated successfully, but these errors were encountered:
It appears that MySQL 8.0 has new characters sets that we need to support. Specifically, SELECT id, collation_name FROM information_schema.collations WHERE id > 250 ORDER BY id; lists 43 new character sets.
bgrainger
changed the title
QueryBinaryGuid fails with MySQL Server 8.0.1
Support new character sets in MySQL 8.0
Apr 18, 2017
Run the SideBySide tests against MySQL Server 8.0.1;
DataTypes.QueryBinaryGuid(false)
fails:Note that this failure doesn't happen when running just the
QueryBinaryGuid
tests, nor when settingcsb.MaximumPoolSize = 1234;
in the test, which indicates it may be related to pulling an existing connection from the pool.The failure also doesn't reproduce when using MySql.Data 6.9.9.
The text was updated successfully, but these errors were encountered: