Bug #79196 After null found, MySqlDataReader returns TINYINT(1) values as SByte, not bool
Submitted: 9 Nov 2015 23:28 Modified: 10 Nov 2015 23:10
Reporter: Golovenko Bob Email Updates:
Status: Duplicate Impact on me:
None 
Category:Connector / NET Severity:S3 (Non-critical)
Version:6.9.8 OS:Any
Assigned to: CPU Architecture:Any
Tags: BOOL, boolean, MySqlByte, TinyInt(1), TreatAsBoolean

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[9 Nov 2015 23:31] Golovenko Bob
Proposed corrections

Attachment: MySqlByte.cs (text/plain), 4.47 KiB.

[9 Nov 2015 23:32] Golovenko Bob
Test code that reproduces error

Attachment: Program.cs (text/plain), 724 bytes.