[Mono-bugs] [Bug 61203][Nor] Changed - Tokenizer ReadNumber Fails with Int64
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Jul 2004 00:51:29 -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=61203
--- shadow/61203 2004-07-07 05:29:30.000000000 -0400
+++ shadow/61203.tmp.18712 2004-07-12 00:51:29.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 61203
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details: Tested on windows XP and Fedora Core 1
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Data
AssignedTo: sumadevi@novell.com
ReportedBy: dev@6wardlaw.freeserve.co.uk
QAContact: mono-bugs@ximian.com
@@ -95,6 +95,11 @@
Convert to the largets possible number storage type ( Decimal? ) and pass
that back as it will have to be cast by the user of the function anyway -
unless they want to be able to reflect on the type of object returned....
Thanks.
+
+------- Additional Comments From sumadevi@novell.com 2004-07-12 00:51 -------
+Changed the parsing to use Int64. Dont want to change it to decimal,
+since there can be applications which use reflection to find the type.
+