[Mono-bugs] [Bug 61405][Nor] Changed - odbcDataAdapter.Fill( dataSet ) doesn't work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 4 Aug 2004 05:07:16 -0400 (EDT)


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 sumadevi@novell.com.

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

--- shadow/61405	2004-08-04 05:02:40.000000000 -0400
+++ shadow/61405.tmp.21303	2004-08-04 05:07:16.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 61405
 Product: Mono: Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Slackware 10.0 (kernel 2.6.7)
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: sumadevi@novell.com                            
 ReportedBy: gory@alphasoft-bg.com               
 QAContact: mono-bugs@ximian.com
@@ -106,6 +106,11 @@
    "SELECT trf_sid, trf_level, trf_pred_level, trf_code, trim
 (trf_name) AS trf_name
     FROM tariff
     WHERE (trf_sid = 1)"
 
 
+
+------- Additional Comments From sumadevi@novell.com  2004-08-04 05:07 -------
+This bug has been fixed. The problem was in the OdbcDataReader where
+smallint column was not being handled.
+the fix has been checked into HEAD and the mono-1-0 branch.