]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a new zErrMsg field to the sqlite3_vtab structure to support returning
authordrh <drh@noemail.net>
Sun, 10 Sep 2006 17:08:29 +0000 (17:08 +0000)
committerdrh <drh@noemail.net>
Sun, 10 Sep 2006 17:08:29 +0000 (17:08 +0000)
commitfe1368ee086c8e87ea440561411ab70ff3f94c38
tree67190d54c67f62d9547e71ec4bb4379b6abaf5bb
parenta2a9d188691e52735b077f283e63879bf42636bc
Add a new zErrMsg field to the sqlite3_vtab structure to support returning
error messages from virtual table constructors.  This change means that
virtual table implementations compiled as loadable extensions for version
3.3.7 will need to be recompile for version 3.3.8 and will not be usable
by both versions at one.  The virtual table mechanism is still considered
experimental so we feel justified in breaking backwards compatibility
in this way.  Additional interface changes might occurs in the future. (CVS 3401)

FossilOrigin-Name: 36693a5cb72b4363010f9ab0866e1f7865f65275
manifest
manifest.uuid
src/sqlite.h.in
src/vtab.c