[Mono-bugs] [Bug 77272][Wis] Changed - SqliteDataReader column names should be case-insensitive

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jan 29 12:56:07 EST 2006


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 tauberer at for.net.

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

--- shadow/77272	2006-01-15 21:51:10.000000000 -0500
+++ shadow/77272.tmp.16664	2006-01-29 12:56:07.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77272
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: Sys.Data.SqlClient
 AssignedTo: tsenganal at novell.com                            
 ReportedBy: jhill at arcfocus.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -81,6 +81,9 @@
 Additional Information:
 Changing:
   Console.WriteLine(dr["firstcolumn"].ToString());
 To:
   Console.WriteLine(dr["FirstColumn"].ToString());
 will execute correctly.
+
+------- Additional Comments From tauberer at for.net  2006-01-29 12:56 -------
+Thanks!  Fixed in SVN 56227.


More information about the mono-bugs mailing list