[Mono-bugs] [Bug 60398][Cri] Changed - SqlDataAdapter.Fill
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Jun 2004 07:26:34 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sumadevi@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60398
--- shadow/60398 2004-06-18 07:26:05.000000000 -0400
+++ shadow/60398.tmp.13789 2004-06-18 07:26:34.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 60398
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details: Liniux RedHat9 and Windows
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Critical
Component: Sys.Data.SqlClient
AssignedTo: sumadevi@novell.com
ReportedBy: haag.wolfgang@oce.de
QAContact: mono-bugs@ximian.com
@@ -89,6 +89,13 @@
------- Additional Comments From lluis@ximian.com 2004-06-18 05:50 -------
I think this is related to bug 60052. If the column has for example a
column of type int32 with null values, when reading that value
DataTable.LoadDataRow will throw an exception, but it is cached and
not reported in DbDataAdapter.FillTable. The result is an empty DataTable.
+
+------- Additional Comments From sumadevi@novell.com 2004-06-18 07:26 -------
+DataContainer.cs - CheckedforNull before calling the relavant
+setmethods in each of the SetItemForDataRecord method for all the
+*DataContainer classes.
+
+