[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 21:57:04 -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 21:27:57.000000000 -0500
+++ shadow/70228.tmp.1248	2005-01-13 21:57:04.000000000 -0500
@@ -217,6 +217,16 @@
 				return new Decimal(bits[0], bits[1], bits
 					[2], positive, scale);
 			
 		}
 
 
+
+------- Additional Comments From danielmorgan@verizon.net  2005-01-13 21:57 -------
+When building Mono.Data.SybaseClient.dll, I noticed there are two
+warnings for SybaseDecimal.  So, I wonder if this could be part of the
+problem too.
+
+Mono.Data.SybaseTypes\SybaseDecimal.cs(609,11): warning CS0675: Bitwise-or
+        operator used on a sign-extended operand; consider casting to
+a smaller
+        unsigned type first