I have to call sqlite3_blob_write to partially modify blobs.


Wouldn't it have been better if there was a function, for example, writeblob(tbl.blob_fld, offset, portion_data)? SQLite could do the same that sqlite3_blob_write is doing when writeblob result is assigned to the same row/column that is supplied as the argument, and rewrite the whole blob otherwise?


Also, do sqlite3_blob_write calls participate in transactions?


Thanks,

Yuri


_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to