[Mono-bugs] [Bug 75040][Nor] Changed - OdbcDataAdapter.Fill loses
row when DateTime column is NULL
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 31 02:02:49 EDT 2005
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 tsureshkumar at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75040
--- shadow/75040 2005-05-31 02:00:58.000000000 -0400
+++ shadow/75040.tmp.27195 2005-05-31 02:02:49.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 75040
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: Sys.Data
AssignedTo: tsureshkumar at novell.com
ReportedBy: timo-mono at pokorra.de
@@ -44,6 +44,15 @@
{
+ if (GetValue(ordinal) == System.DBNull.Value)
+ return new DateTime();
return (DateTime) GetValue(ordinal);
}
Perhaps in other places as well?
+
+------- Additional Comments From tsureshkumar at novell.com 2005-05-31 02:02 -------
+not reproducable as of today with the latest svn. A patch has been
+recently put into svn for a datetime fix. I guess that have fixed this
+bug as well. Can you please check with the latest svn and let me know
+still this bug holds valid? Otherwise, please post a sample data to
+reproduce this behavior.
+
+Thanks.
More information about the mono-bugs
mailing list