[Mono-bugs] [Bug 50771][Nor] Changed - Specific query causes a null reference exception with sqliteclient

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 5 May 2005 18:11:28 -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 bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=50771

--- shadow/50771	2004-08-08 21:51:50.000000000 -0400
+++ shadow/50771.tmp.32200	2005-05-05 18:11:28.000000000 -0400
@@ -77,6 +77,9 @@
                 cmd.CommandText = "SELECT COUNT(*) FROM testtable";
                 reader = cmd.ExecuteReader();
                 while(reader.Read())
                         Console.WriteLine(reader.GetInt32(0));
         }
 }
+
+------- Additional Comments From bmaurer@users.sf.net  2005-05-05 18:11 -------
+Marking NEEDINFO based on age and lack of response from reporter