sqlite3: Converting things to BLOBS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

sqlite3: Converting things to BLOBS

Holger Freyther
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.




_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

0001-dbd-sqlite3-Fix-the-conversion-of-blobs.patch (2K) Download Attachment