Bug #67381 | data type TinyInt(1) | ||
---|---|---|---|
Submitted: | 25 Oct 2012 20:36 | Modified: | 29 Jan 2013 23:33 |
Reporter: | Baskin Tapkan | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 6.5.4 | OS: | Windows (Windows 7 x64bit) |
Assigned to: | Fernando Gonzalez.Sanchez | CPU Architecture: | Any |
Tags: | MySql.Data, MySql.Data.Entity |
[25 Oct 2012 20:36]
Baskin Tapkan
[29 Jan 2013 23:33]
Fernando Gonzalez.Sanchez
Thanks for your report, This is not actually a bug, you can add to your connection string "Treat Tiny As Boolean=false;" and now the tinyint will be interpreted like a type sbyte in C#.