]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix to check-in (4005). A call to sqlite3_column_blob() should not make
authordrh <drh@noemail.net>
Tue, 15 May 2007 14:10:40 +0000 (14:10 +0000)
committerdrh <drh@noemail.net>
Tue, 15 May 2007 14:10:40 +0000 (14:10 +0000)
commit150dbacea4587e8c1ca7cec061a46625495282b7
tree1dd206a89f582e3ef09b860408d9ff60b1127487
parent1f0feef80b27245e98f8424e1000377a5562c8bc
Fix to check-in (4005).  A call to sqlite3_column_blob() should not make
subsequent calls to sqlite3_column_type() return SQLITE_BLOB.
Sqlite3_column_type() returns the initial type. (CVS 4006)

FossilOrigin-Name: b5e85deb5a0316781a6f39d6085b9fcfb9f88c6d
manifest
manifest.uuid
src/vdbeapi.c