help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] sqlite3: Converting things to BLOBS


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] sqlite3: Converting things to BLOBS
Date: Thu, 28 Apr 2011 22:42:32 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110419 Lightning/1.0b2 Thunderbird/3.1.9

Hi Paolo,

for a very stupid reason I tried to store the output of bzip2 into a BLOB of
sqlite3. I have created this patch, it will convert a BLOB to a ByteArray to
have multiple '\0' bytes in it. But it is doing the same for binding a
ByteArray to a prepared statement.

Right now I am not sure if the failure is happening on the insert or on the
select... so maybe we do not need the special handling for binding. I will
follow up to this mail.



Attachment: 0001-dbd-sqlite3-Fix-the-conversion-of-blobs.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]