Very similar to How to display blob value using x'abc' binary string literal syntax?:
How can I have the sqlite3
shell display always display blob columns using the hex notation, as per e.g. quote(blob_column_name)
, without explicitly using quote
, and in select *
queries (and other contexts where blob_column_name
isn't mentioned explicitly)?
(I suspect the answer is "you can't", but I'm hoping to be pleasantly surprised.)