We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Issue552_SignedUnsignedBooleans
1 parent da6509a commit 677fee2Copy full SHA for 677fee2
tests/Dapper.Tests/Providers/MySQLTests.cs
@@ -44,7 +44,7 @@ public void DapperEnumValue_Mysql()
44
}
45
46
47
- [FactMySql(Skip = "See https://github.com/DapperLib/Dapper/issues/552, not resolved on the MySQL end.")]
+ [FactMySql]
48
public void Issue552_SignedUnsignedBooleans()
49
{
50
using (var conn = Provider.GetMySqlConnection(true, false, false))
0 commit comments