[Mono-bugs] [Bug 70228][Nor] Changed - SybaseClient bug on reading Decimal Fields

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Jan 2005 20:30:05 -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 danielmorgan@verizon.net.

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

--- shadow/70228	2005-01-13 17:15:44.000000000 -0500
+++ shadow/70228.tmp.30885	2005-01-13 20:30:05.000000000 -0500
@@ -113,6 +113,31 @@
 <truncated>
 
 
 This exception cannot be reproduced anymore if the patch provided in 
 the bug description is applied to Tds.cs.
 
+
+------- Additional Comments From danielmorgan@verizon.net  2005-01-13 20:30 -------
+Thanks for the test case and patch. I am able to duplicate the
+problem; however, I do not get the expected results after the fix.
+
+
+Actual Results Before the Fix (notice MyField2 is empty):
+
+MyField1 = -9955734192128       MyField2 =
+
+
+Expected Results:
+
+MyField1 = 14  MyField2 = 1234
+
+
+Actual Results After the fix (notice the negative sign):
+
+MyField1 = -14  MyField2 = -1234
+
+
+
+I ran this on Mono 1.1.3 and Mono 1.0.5.  Both on Windows XP Pro SP2.
+
+