[Mono-bugs] [Bug 58406][Nor] New - SQLDataReader missing required method

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 17:41:01 -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 edward.ellis@pnl.gov.

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

--- shadow/58406	2004-05-12 17:41:00.000000000 -0400
+++ shadow/58406.tmp.10846	2004-05-12 17:41:00.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 58406
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: RHEL 3.0
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Data.SqlClient
+AssignedTo: rodrigo@ximian.com                            
+ReportedBy: edward.ellis@pnl.gov               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: SQLDataReader missing required method
+
+Description of Problem:
+SqlDataReader does not have a HasRows method.  It should have a method that
+ at least throws a "Not Implemented" exception.
+
+
+Steps to reproduce the problem:
+1. Compile application in VS.NET that uses the HasRows method
+2. Execute with mono
+
+Actual Results:
+** (GetAnalysisTime_C.exe:31073): WARNING **: Missing method 
+get_HasRows in assembly /home/d3j409/GetAnalysisTime_C.exe typeref 
+index 26
+ 
+** ERROR **: file mini.c: line 3191 (mono_method_to_ir): assertion
+failed: (cmethod)
+aborting...
+Aborted
+
+
+Expected Results:
+Either proper operation or a "Not Implemented" exception.
+
+How often does this happen? 
+Always
+
+Additional Information: