[Mono-bugs] [Bug 71492][Nor] Changed - OdbcDataAdapter fails on sub queries

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 24 Jan 2005 12:55:06 -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 dmcgowan@meiosys.com.

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

--- shadow/71492	2005-01-24 12:52:05.000000000 -0500
+++ shadow/71492.tmp.16050	2005-01-24 12:55:06.000000000 -0500
@@ -78,6 +78,33 @@
 
 
 ------- Additional Comments From dmcgowan@meiosys.com  2005-01-24 12:52 -------
 Created an attachment (id=13890)
 Program to show the problem.
 
+
+------- Additional Comments From dmcgowan@meiosys.com  2005-01-24 12:55 -------
+You requested:
+
+A) I am using the release version of Mono, 1.0.5. I will be happy to
+update my sources when the next official release come out.
+
+B) Mono JIT compiler version 1.0.5, (C) 2002-2004 Novell, Inc and
+Contributors. www.go-mono.com
+        TLS:           normal
+        GC:            Included Boehm (with typed GC)
+        SIGSEGV      : normal
+        Globalization: ICU
+
+C) Ok, I'm attaching:
+
+1) SQL script to create the testit table in the test database.
+2) ODBCTest.cs, compile with mcs ODBCTest.cs -r:System.Data.dll
+3) Run it.
+
+You will get the message from ODBCTest.cs "DataSet has 1 Table(s) but
+no rows!". This is not possible. If you run either the mysql CLI or
+the ISQL CLI, 1 row with TestID = 2 is returned.
+
+Regards,
+Dilton
+