Bug #4324 | MySqlDataReader.GetBytes don't works correctly | ||
---|---|---|---|
Submitted: | 29 Jun 2004 15:04 | Modified: | 9 Jul 2004 21:31 |
Reporter: | Carsten Jendro | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 0.76 / SourceCode | OS: | Any (All) |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
[29 Jun 2004 15:04]
Carsten Jendro
[9 Jul 2004 21:31]
Reggie Burnett
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: > Length should be adjusted to the maximum length, but this dont works, > because inthis function the value of "fieldIndex" is not considred This is not true. The length is returned from the function. > Also a DOCUMENTED function is missing to get the size of a raw > field in bytes, so i can't set the correct length in GetBytes manually I don't think any documented functions are missing. You get the field size by passing null as the buffer refernece.