]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When converting a result type from TEXT to BLOB using the
authordrh <drh@noemail.net>
Wed, 5 Mar 2014 14:40:22 +0000 (14:40 +0000)
committerdrh <drh@noemail.net>
Wed, 5 Mar 2014 14:40:22 +0000 (14:40 +0000)
commit817492630a59c9ec4b491de15b68cd0d90106300
tree9d78a992a4a5088d8e31bf34ea8a9b78500b1c14
parentb1a1c29a0798c068dfbc9e9b87fd3ccaead6ae34
When converting a result type from TEXT to BLOB using the
sqlite3_value_blob() interface, continue to report SQLITE_TEXT as
the true type from sqlite3_value_text() as long as that text is still
valid.  The maintains legacy behavior from before the noMemType change.

FossilOrigin-Name: 1d134ba2edbdb8c0cf9e99590a69cd17e0b874a9
manifest
manifest.uuid
src/vdbeapi.c