Bug #34052 | Patch http://lists.mysql.com/commits/37203 for Bug#27959 needs better docs. | ||
---|---|---|---|
Submitted: | 25 Jan 2008 9:09 | Modified: | 15 Jul 2008 16:10 |
Reporter: | Tonci Grgin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET Documentation | Severity: | S2 (Serious) |
Version: | OS: | Any | |
Assigned to: | MC Brown | CPU Architecture: | Any |
[25 Jan 2008 9:09]
Tonci Grgin
[25 Jan 2008 9:21]
Tonci Grgin
After considering http://dev.mysql.com/doc/refman/5.0/en/numeric-type-overview.html I've decided that it would be enough for MC to add link from c/NET pages to the above one along with previously proposed text. Changing the synopsis.
[6 Feb 2008 18:29]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/41806
[6 Feb 2008 18:30]
Reggie Burnett
Fixed in 5.1.5 and 5.2+
[15 Jul 2008 16:10]
Tony Bedford
The .NET connector documentation has been updated to include the new 'Treat Tiny As Boolean' connection string option. An entry has also been added to the 5.1.5 and 5.2.0 changelogs: Performing GetValue() on a field TINYINT(1) returned a BOOLEAN. While not a bug, this caused problems in software that expected an INT to be returned. A new connection string option Treat Tiny As Boolean has been added with a default value of true. If set to false the provider will treat TINYINT(1) as INT.