I think the problem that prevents db_sqlite fril handlind binary data correctly 
is the usage of `column_text` everywhere without checking `column_type` \- on 
SQLITE_BLOB it should use instead of `column_blob`; the API doesn't have to 
change as the result of column_blob can be stored into a string without 
converting data to cstring.

Reply via email to