[Mono-bugs] [Bug 76394][Nor] Changed - Odbc.Decimal Problems,
when reading and as Parameter
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Oct 14 03:54:44 EDT 2005
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 tsureshkumar at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76394
--- shadow/76394 2005-10-14 03:53:48.000000000 -0400
+++ shadow/76394.tmp.15235 2005-10-14 03:54:44.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 76394
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: tsureshkumar at novell.com
ReportedBy: timo-mono at pokorra.de
QAContact: mono-bugs at ximian.com
@@ -62,6 +62,14 @@
Buffer.BlockCopy (bits, 0, buffer, 3, 12); // copy data
for (int j = 16; j < 19; j++) // pad with 0
buffer [j] = 0;
Marshal.Copy (buffer, 0, _nativeBuffer, 19);
return;
}
+
+------- Additional Comments From tsureshkumar at novell.com 2005-10-14 03:54 -------
+fixed in svn.
+
+
+revision r51703.
+
+btb, what database you are connecting to ?
More information about the mono-bugs
mailing list