зеркало из https://github.com/mono/mail-archives.git
101 строка
4.1 KiB
HTML
101 строка
4.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 75177][Nor] Changed - Read Decimal;
|
|
NULL Value gives overflow Exception
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075177%5D%5BNor%5D%20Changed%20-%20Read%20Decimal%3B%0A%09NULL%20Value%20gives%20overflow%20Exception&In-Reply-To=bug-75177%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="030176.html">
|
|
<LINK REL="Next" HREF="030178.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 75177][Nor] Changed - Read Decimal;
|
|
NULL Value gives overflow Exception</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075177%5D%5BNor%5D%20Changed%20-%20Read%20Decimal%3B%0A%09NULL%20Value%20gives%20overflow%20Exception&In-Reply-To=bug-75177%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 75177][Nor] Changed - Read Decimal;
|
|
NULL Value gives overflow Exception">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Thu Jun 9 07:30:22 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="030176.html">[Mono-bugs] [Bug 75177][Nor] Changed - Read Decimal;
|
|
NULL Value gives overflow Exception
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030178.html">[Mono-bugs] [Bug 74919][Nor] Changed - missing extern "C" decls in
|
|
headers ...
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30177">[ date ]</a>
|
|
<a href="thread.html#30177">[ thread ]</a>
|
|
<a href="subject.html#30177">[ subject ]</a>
|
|
<a href="author.html#30177">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">tsureshkumar at novell.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75177">http://bugzilla.ximian.com/show_bug.cgi?id=75177</A>
|
|
|
|
--- shadow/75177 2005-06-09 07:30:02.000000000 -0400
|
|
+++ shadow/75177.tmp.12982 2005-06-09 07:30:22.000000000 -0400
|
|
@@ -1,13 +1,13 @@
|
|
Bug#: 75177
|
|
Product: Mono: Class Libraries
|
|
Version: 1.1
|
|
OS: All
|
|
OS Details:
|
|
-Status: NEW
|
|
-Resolution:
|
|
+Status: RESOLVED
|
|
+Resolution: FIXED
|
|
Severity: Unknown
|
|
Priority: Normal
|
|
Component: Sys.Data
|
|
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">tsureshkumar at novell.com</A>
|
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">timo-mono at pokorra.de</A>
|
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
@@ -44,6 +44,11 @@
|
|
byte[] temp = new byte[outsize];
|
|
for (int i=0;i<outsize;i++)
|
|
temp[i]=buffer[i];
|
|
DataValue=Decimal.Parse(System.Text.Encoding.Default.GetString(temp));
|
|
}
|
|
else DataValue = DBNull.Value;
|
|
+
|
|
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">tsureshkumar at novell.com</A> 2005-06-09 07:30 -------
|
|
+fixed in svn.
|
|
+
|
|
+revision r45683
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="030176.html">[Mono-bugs] [Bug 75177][Nor] Changed - Read Decimal;
|
|
NULL Value gives overflow Exception
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030178.html">[Mono-bugs] [Bug 74919][Nor] Changed - missing extern "C" decls in
|
|
headers ...
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30177">[ date ]</a>
|
|
<a href="thread.html#30177">[ thread ]</a>
|
|
<a href="subject.html#30177">[ subject ]</a>
|
|
<a href="author.html#30177">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|