[Mono-bugs] [Bug 77506][Blo] Changed -
Mono.Data.SqliteClient.SqliteDataReader is 64-bit unclean
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Feb 8 18:58:23 EST 2006
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 joeshaw at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77506
--- shadow/77506 2006-02-08 18:57:50.000000000 -0500
+++ shadow/77506.tmp.22293 2006-02-08 18:58:23.000000000 -0500
@@ -17,6 +17,11 @@
Summary: Mono.Data.SqliteClient.SqliteDataReader is 64-bit unclean
A few places in SqliteDataReader.ReadpVm() do things like "IntPtr foo =
(IntPtr) Marshal.ReadInt32 (blah)", which won't work on 64-bit architectures.
Attaching a patch which fixes this, against r56687.
+
+------- Additional Comments From joeshaw at novell.com 2006-02-08 18:58 -------
+Created an attachment (id=16463)
+Patch which fixes this
+
More information about the mono-bugs
mailing list