[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 11:11:09 -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 yoros@wanadoo.es.
http://bugzilla.ximian.com/show_bug.cgi?id=51263
--- shadow/51263 2003-11-21 10:06:53.000000000 -0500
+++ shadow/51263.tmp.28246 2003-11-21 11:11:09.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 51263
Product: Mono/Class Libraries
Version: unspecified
OS: Suse 8.2
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: System.Data
AssignedTo: mono-bugs@ximian.com
ReportedBy: JoergR@voelcker.com
QAContact: mono-bugs@ximian.com
@@ -68,6 +68,9 @@
------- 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.
+
+------- Additional Comments From yoros@wanadoo.es 2003-11-21 11:11 -------
+Fixed in CVS. A datarow can be edited in detached mode.