Bug #19294 | IDataRecord.GetString method should return null for null values | ||
---|---|---|---|
Submitted: | 24 Apr 2006 9:15 | Modified: | 24 Aug 2006 9:27 |
Reporter: | Thomas Krüger | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 1.0.7 | OS: | |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
[24 Apr 2006 9:15]
Thomas Krüger
[22 May 2006 16:27]
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/6721
[24 Aug 2006 9:27]
MC Brown
I've added the fix to the 1.0.8 Connector/NET changelog: IDataRecord.GetString</literal> would raise <literal>NullPointerException</literal> for null values in returned rows. Method now throws <literal>SqlNullValueException</literal>