[Mono-bugs] [Bug 56014][Nor] Changed - RowsExist doesn't work for tables with relations

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 27 Mar 2004 07:35:50 -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 juraj@hotfeet.ch.

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

--- shadow/56014	2004-03-24 18:37:11.000000000 -0500
+++ shadow/56014.tmp.1574	2004-03-27 07:35:50.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 56014
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: juraj@hotfeet.ch               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -52,6 +52,10 @@
 
 
 ------- Additional Comments From juraj@hotfeet.ch  2004-03-24 18:37 -------
 Created an attachment (id=7091)
 workaround (snippet from modified DataTable.cs)
 
+
+------- Additional Comments From juraj@hotfeet.ch  2004-03-27 07:35 -------
+It just tried running the test case with MS.net. They don't have a 
+DataTable.RowsExist method. So we must make it internal, right?