Bug #40547 | System.FormatException in IMySqlValue.ReadValue | ||
---|---|---|---|
Submitted: | 6 Nov 2008 11:52 | Modified: | 26 Oct 2011 17:47 |
Reporter: | Angelo Abatemarco | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 5.2.3 | OS: | Any |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
Tags: | parse |
[6 Nov 2008 11:52]
Angelo Abatemarco
[7 Nov 2008 19:07]
Reggie Burnett
Null values should be handled by this code: if (nullVal) return new MySqlInt32((this as IMySqlValue).MySqlDbType, true);
[12 Nov 2008 11:26]
Angelo Abatemarco
Hi Reggie Burnett, you're right, because my supposition was wrong, since the exception happens when the fields are not null. Perhaps some not "parseable" characters are present in the stream, like an empty (but not null) string.
[13 Feb 2009 14:45]
Tonci Grgin
Angelo, you can always use wireshark or something to confirm your suspicion. In the meantime, can I get a repeatable test case attached?
[14 Mar 2009 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[26 Oct 2011 17:47]
Reggie Burnett
We were not given enough info to identify the particular problem