[Mono-bugs] [Bug 51263][Maj] Changed - Executing arbitrary SELECT statements fail against SQL Server

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 21 Nov 2003 10:06:53 -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 joergr@voelcker.com.

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

--- shadow/51263	2003-11-21 09:54:20.000000000 -0500
+++ shadow/51263.tmp.26532	2003-11-21 10:06:53.000000000 -0500
@@ -63,6 +63,11 @@
 This seems to be introduced by the changes in DataRow.
 
 ------- Additional Comments From JoergR@voelcker.com  2003-11-21 09:54 -------
 Created an attachment (id=5982)
 Test case
 
+
+------- Additional Comments From JoergR@voelcker.com  2003-11-21 10:06 -------
+The test rowState == DataRowState.Detached in the Get-Indexer of
+DataRow breaks SqlDataReader.GetSchemaTable. I don't know which one is
+wrong.