[Mono-bugs] [Bug 76066][Nor] Changed - All calls to Fill on the DbDataAdapter result in a call to IDataReader.GetSchemaTable

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 20 11:19:10 EDT 2005


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 tsureshkumar at novell.com.

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

--- shadow/76066	2005-09-20 11:09:55.000000000 -0400
+++ shadow/76066.tmp.24805	2005-09-20 11:19:09.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 76066
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: tsureshkumar at novell.com                            
 ReportedBy: jbbugzilla at tuxinthebox.net               
 QAContact: mono-bugs at ximian.com
@@ -36,6 +36,16 @@
 Every call to DbDataAdapter.Fill
 
 ------- Additional Comments From jbbugzilla at tuxinthebox.net  2005-09-11 23:23 -------
 Created an attachment (id=15723)
 Change BuildSchema to use existing IDataAdapter methods when MissingSchemaAction.AddWithKey is not specified.
 
+
+------- Additional Comments From tsureshkumar at novell.com  2005-09-20 11:19 -------
+GetSchemaTable has to be called to fill a dataset, otherwise, how it
+would know about the schema to be populated. Irrelevant of
+MissingSchemaAction, GetSchemaTable should be called.
+
+And also, I don't notice that is called multiple times. Eventhough
+called, it is optimized at DataReader to cache that information.
+
+


More information about the mono-bugs mailing list