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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77506 --- shadow/77506 2006-02-08 18:57:50.000000000 -0500 +++ shadow/77506.tmp.22274 2006-02-08 18:57:50.000000000 -0500 @@ -0,0 +1,22 @@ +Bug#: 77506 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Blocker +Component: Sys.Data +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
