[Mono-bugs] [Bug 70530][Maj] Changed - [ODBC] Useless call to GetSchemaTable in OdbcDataReader.NextResult
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Dec 2004 17:47:04 -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.14395 2004-12-13 17:47:04.000000000 -0500
@@ -2,22 +2,22 @@
Product: Mono: Class Libraries
Version: 1.0
OS: Red Hat 9.0
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
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
+Summary: [ODBC] Useless call to GetSchemaTable in OdbcDataReader.NextResult
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.