]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Read the sqlite3_vtab.zErrMsg after each call to a virtual table
authordrh <drh@noemail.net>
Wed, 23 Jul 2008 18:17:32 +0000 (18:17 +0000)
committerdrh <drh@noemail.net>
Wed, 23 Jul 2008 18:17:32 +0000 (18:17 +0000)
commit4dc754d96d02536e9c70e225006fd74f40760ce9
treed700f06b5fb1995e474ef3305c10ab4aa6c7dca5
parentb25f9d84cd583623a9bba8d398a4a31ccbff3c34
Read the sqlite3_vtab.zErrMsg after each call to a virtual table
method and transfer any error into the database connection.
Fix the fts2.test and fts3.test scripts to that they return
silently rather than failing the test sequence if the appropriate
FTS implementation is unavailable. (CVS 5463)

FossilOrigin-Name: e2c6771d44f1b4fee16ef90e91c3498be2a7d2b1
manifest
manifest.uuid
src/sqliteInt.h
src/test8.c
src/vdbe.c
src/vtab.c
test/fts2.test
test/fts3.test