]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add pzErr parameters to the xConnect and xCreate methods of virtual tables
authordrh <drh@noemail.net>
Sun, 10 Sep 2006 17:31:58 +0000 (17:31 +0000)
committerdrh <drh@noemail.net>
Sun, 10 Sep 2006 17:31:58 +0000 (17:31 +0000)
commit4ca8aac2b48b2e300935d63196a2914b3f6062f4
tree5657c854840aacfe1fc9f94ceba846a08920fd2c
parentfe1368ee086c8e87ea440561411ab70ff3f94c38
Add pzErr parameters to the xConnect and xCreate methods of virtual tables
in order to provide better error reporting.  This is an interface change
for virtual tables.  Prior virtual table implementations will need to be
modified and recompiled. (CVS 3402)

FossilOrigin-Name: f44b8bae97b6872524580009c96d07391578c388
ext/fts1/fts1.c
manifest
manifest.uuid
src/sqlite.h.in
src/test8.c
src/test_schema.c
src/test_tclvar.c
src/vtab.c