[Mono-bugs] [Bug 53169][Maj] New - Mono maps BigInt Sql 2000 column to System.Decimal instead of System.Int64
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jan 2004 09:33:37 -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 tkaszuba@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53169
--- shadow/53169 2004-01-21 09:33:37.000000000 -0500
+++ shadow/53169.tmp.2846 2004-01-21 09:33:37.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 53169
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Data.SqlClient
+AssignedTo: rodrigo@ximian.com
+ReportedBy: tkaszuba@hotmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono maps BigInt Sql 2000 column to System.Decimal instead of System.Int64
+
+I have an sql table where one column is defined as a BigInt primary key
+(identity) when mono returns a DataRow from that table the BigInt column
+is mapped to System.Decimal. I checked this on MS .NET 1.0 and it maps
+this column to System.Int64.