[Mono-bugs] [Bug 81899][Wis] Changed - Incompatibility between 1.0 and 2.0 sqlite assemblies
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 19 05:01:36 EDT 2007
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 lupus at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81899
--- shadow/81899 2007-06-19 03:50:44.000000000 -0400
+++ shadow/81899.tmp.24255 2007-06-19 05:01:36.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 81899
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: Maemo
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: packaging
AssignedTo: wberrier at novell.com
ReportedBy: tquerci at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Problem running sqlite code in Maemo(N780/N800) environment
+Summary: Incompatibility between 1.0 and 2.0 sqlite assemblies
Hi,
I have found some problem running application that use sqlite database on
Nokia Maemo Environment.
If I compile a mono program for 1.0 runtime on a system host I have no
@@ -178,6 +178,15 @@
}
return dataTable;
}
}
}
+
+------- Additional Comments From lupus at ximian.com 2007-06-19 05:01 -------
+The 1.0 and 2.0 sqlitecliente assemblies are incompatible
+(1.0 code doesn't run on 2.0) but the 2.0 version is forced when
+running a 2.0 executable (see list in metadata/assembly.c).
+Either 2.0 must be fixed to be ABI compat with 1.0 or we should remove
+it from the list.
+Contrary to what is stated by the original reporter the bug fails
+also in non-maemo setups which is abovious this being an ABI-compat issue.
More information about the mono-bugs
mailing list