Hello,

I've encountered some unexpected behavior with the CLI's edit()
function.  In particular, when passing a BLOB to edit(), and the
result of the editor is an empty file, I get an out of memory error:

$ sqlite3 :memory: "select edit(x'', 'true')"
Error: out of memory

This works fine with TEXT values rather than BLOB values.  I suspect
this is a bug.

Thanks,
Alex

P.S.: I am not subscribed to this mailing list, so please CC me
directly on any replies.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to