> On Aug 29, 2017, at 6:22 PM, Ali Dorri <alidorri...@gmail.com> wrote:
> 
> *char* *zSQL = *sqlite3_mprintf*("UPDATE BC set Signature = null  and PK =
> null   where PK = '%q' ;", endoced_pub.c_str());

FYI, your PK values are not being stored as blobs, rather as hex-encoded 
strings. Maybe not a big deal since they're not very large; but f you do want 
to store them as blobs, there's a special prefix before a string literal (an 
"x"? Can't recall) that makes it a hex-encoded blob.

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

Reply via email to