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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 10 Nov 2003 10:28:02 -0500 (EST)


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 richard@phpguru.org.

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

--- shadow/50771	2003-11-10 10:28:02.000000000 -0500
+++ shadow/50771.tmp.2667	2003-11-10 10:28:02.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 50771
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: richard@phpguru.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Specific query causes a null reference exception with sqliteclient
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+Using Mono.Data.SqliteClient on windows, the query:
+
+"SELECT COUNT(*) FROM myTable"
+
+causes a nullreference exception. It's thrown after the callback has 
+returned, but before the call to sqlite_exec() has returned. Stepping
+through the code shows that the query is executed and returns the correct
+data.
+
+
+Steps to reproduce the problem:
+1. Compile code with small sample app using the above query against a
+   basic database.
+2. Run it.
+3. Watch for the exception.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+Everytime.
+
+Additional Information: