[Mono-bugs] [Bug 70530][Maj] New - [ODBC] Useless call to GetSchemaTable in OdbcDataReader.Read

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Dec 2004 17:46:08 -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 sebastien.robitaille@croesus.com.

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

--- shadow/70530	2004-12-13 17:46:08.000000000 -0500
+++ shadow/70530.tmp.14376	2004-12-13 17:46:08.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 70530
+Product: Mono: Class Libraries
+Version: 1.0
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: sebastien.robitaille@croesus.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [ODBC] Useless call to GetSchemaTable in OdbcDataReader.Read
+
+Description of Problem:
+
+In System.Data.Odbc.OdbcDataReader.NextResult, there is a call to 
+GetSchemaTable that seems useless. The return value of this call is not 
+assigned and the method does not seem to alter any member of the class. 
+The performance of the OdbcDataReader is very badly impacted by this call 
+to GetSchemaTable.
+
+Steps to reproduce the problem:
+n/a
+ 
+Actual Results:
+n/a
+
+Expected Results:
+n/a
+
+How often does this happen? 
+Always
+
+Additional Information: