[Mono-bugs] [Bug 63541][Nor] Changed - OdbcDataReader: TIMESTAMP value retrieved as System.String instead of System.Byte[]

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 26 Aug 2004 11:59:59 -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 tsureshkumar@novell.com.

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

--- shadow/63541	2004-08-26 11:57:15.000000000 -0400
+++ shadow/63541.tmp.19695	2004-08-26 11:59:59.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 63541
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: tsureshkumar@novell.com                            
 ReportedBy: sebastien.robitaille@croesus.com               
 QAContact: mono-bugs@ximian.com
@@ -83,6 +83,13 @@
 DROP TABLE
 
 How often does this happen? 
 
 
 Additional Information:
+
+------- Additional Comments From tsureshkumar@novell.com  2004-08-26 11:59 -------
+Timestamp column is of .NET type DateTime not System.Byte [].
+
+This is fixed as part of bug 64103.
+
+fixed both in head & mono 1.0 branch.