]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If a virtual table xSync() returns an error message, copy it into a buffer allocated...
authordan <dan@noemail.net>
Wed, 21 Aug 2013 17:35:48 +0000 (17:35 +0000)
committerdan <dan@noemail.net>
Wed, 21 Aug 2013 17:35:48 +0000 (17:35 +0000)
commit016f7811f2ce5b6f904654ee55a20817db3031eb
treebae2e38e35e9aed99f14b347f8531a7e992071fe
parent13c77bf86bc30ec65e10a35678b0ba5fa0f1b0f4
If a virtual table xSync() returns an error message, copy it into a buffer allocated by sqlite3DbMalloc() before transfering it to Vdbe.zErrMsg.

FossilOrigin-Name: 854ba3049005adf033e07e6740a36e63f2a56758
manifest
manifest.uuid
src/sqliteInt.h
src/vdbe.c
src/vdbeaux.c
src/vtab.c