Bugs in Connector/Net 6.10.1 beta and Connector/Net 7.0.7 m6
Posted by: NAU Nathan
Date: April 11, 2017 01:52AM

in file Source\MySql.Data.EntityFrameworkCore\Migrations\Internal\MySQLHistoryRepository.cs :

61,62c61,62
< builder.AppendLine("SELECT 1 FROM information_schema.tables ")
< .AppendLine("WHERE table_name = '")
---
> builder.Append("SELECT 1 FROM information_schema.tables ")
> .Append("WHERE table_name = '")
71c71
< protected override bool InterpretExistsResult(object value) => value != DBNull.Value;
---
> protected override bool InterpretExistsResult(object value) => value != null;

Options: ReplyQuote


Subject
Written By
Posted
Bugs in Connector/Net 6.10.1 beta and Connector/Net 7.0.7 m6
April 11, 2017 01:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.