| Bug #34052 | Patch http://lists.mysql.com/commits/37203 for Bug#27959 needs better docs. | ||
|---|---|---|---|
| Submitted: | 25 Jan 2008 10:09 | Modified: | 15 Jul 2008 18:10 |
| Reporter: | Tonci Grgin | ||
| Status: | Closed | ||
| Category: | Connector/Net: Docs | Severity: | S2 (Serious) |
| Version: | OS: | Any | |
| Assigned to: | MC Brown | Target Version: | |
| Triage: | D4 (Minor) / R3 (Medium) / E3 (Medium) | ||
[25 Jan 2008 10:09]
Tonci Grgin
[25 Jan 2008 10: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 19: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 19:30]
Reggie Burnett
Fixed in 5.1.5 and 5.2+
[15 Jul 2008 18: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.
