[Mono-bugs] [Bug 381118] SqlDataReader converts SqlServer2005 bigint value into Decimal instead of Int64

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Sep 15 00:18:15 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=381118

User lkosewsk at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=381118#c3





--- Comment #3 from Lukasz Kosewski <lkosewsk at gmail.com>  2008-09-14 22:18:14 MDT ---
Created an attachment (id=239456)
 --> (https://bugzilla.novell.com/attachment.cgi?id=239456)
Stand-alone test case; run in Mono vs. running on MS .NET to see different
results

Here's a nice little stand-alone program to reproduce this.

Just fill in the values for the server, username, password, etc. in the connstr
variable, compile it, and off you go.

Run under Mono versus running natively using MS .NET, and you'll find that a
'bigint' column translates to an Int64 using M$'s work, and a Decimal under
Mono.  Would be very nice to et consistency here!


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list