[Mono-bugs] [Bug 68804][Cri] Changed - Fill method of SqlDataAdapter hangs application
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Oct 2004 13:36:42 -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 dezelin32@fastmail.fm.
http://bugzilla.ximian.com/show_bug.cgi?id=68804
--- shadow/68804 2004-10-28 13:24:07.000000000 -0400
+++ shadow/68804.tmp.10032 2004-10-28 13:36:42.000000000 -0400
@@ -107,6 +107,11 @@
It should be:
case TdsColumnType.UniqueIdentifier :
if (comm.Peek () != 16) { // If it's null, then what to do?
element = DBNull.Value;
break;
}
+
+------- Additional Comments From dezelin32@fastmail.fm 2004-10-28 13:36 -------
+Created an attachment (id=13101)
+A bugfix
+