Bug #5388 | DataReader reports all rows as NULL if one row is NULL | ||
---|---|---|---|
Submitted: | 3 Sep 2004 12:15 | Modified: | 30 Sep 2004 12:23 |
Reporter: | Christian Hornung | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 1.0.0.22722 | OS: | Windows (Win XP SP1) |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
[3 Sep 2004 12:15]
Christian Hornung
[4 Sep 2004 4:14]
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
[19 Sep 2004 21:44]
Bob Strogg
Can you confirm '3rd Sep' mentioned on this bug is 2004? (there's no mention of a year anywhere, so I can't tell if this is a recent bug or not). I upgraded due to ByteFX's problem reading BLOB fields, but seem to be hitting many more bugs in the MySql provider :o( Thanks.
[29 Sep 2004 0:03]
Danilo Tuler
MySqlClient\Field.cs, line 263 + colValue.IsNull = false; MySqlClient\Field41.cs, line 79 + colValue.IsNull = false; That fixed the problem for me. I don't know if there is another cleaner way to fix it.
[30 Sep 2004 12:23]
Reggie Burnett
Yes, the fix was very similar