Skip to content

Support new character sets in MySQL 8.0 #242

@bgrainger

Description

@bgrainger

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions