[Mono-bugs] [Bug 76494][Min] Changed - Mono.Data.SqliteClient Memory corruption when reusing connection after DELETE with named parameters

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Oct 24 17:55:12 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 tekhedd at byteheaven.net.

http://bugzilla.ximian.com/show_bug.cgi?id=76494

--- shadow/76494	2005-10-21 17:41:07.000000000 -0400
+++ shadow/76494.tmp.29384	2005-10-24 17:55:12.000000000 -0400
@@ -160,6 +160,11 @@
 ------- Additional Comments From tekhedd at byteheaven.net  2005-10-21 17:41 -------
 Wait! My fix causes data corruption, possibly because sqlite doesn't
 copy the passed strings immediately. I will look into manually
 marshalling the strings (ideally keeping them as UTF-16 to prevent
 unnecessary conversion) and letting sqlite delete them. Updates as
 events warrant. 
+
+------- Additional Comments From tekhedd at byteheaven.net  2005-10-24 17:55 -------
+Created an attachment (id=15983)
+An updated patch against svn that explicitly marshals text parameters as 16-bit (aka unicode)
+


More information about the mono-bugs mailing list