Quantcast
Channel: MySQL Forums - Connector/NET and C#, Mono, .Net
Viewing all articles
Browse latest Browse all 1447

Bugs in Connector/Net 6.10.1 beta and Connector/Net 7.0.7 m6 (1 reply)

$
0
0
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;

Viewing all articles
Browse latest Browse all 1447


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>