]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add tests and fixes for handling malloc() failures related to the virtual table featu...
authordanielk1977 <danielk1977@noemail.net>
Fri, 23 Jun 2006 08:05:19 +0000 (08:05 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Fri, 23 Jun 2006 08:05:19 +0000 (08:05 +0000)
commitbe7188970351edb89aedf7f8c31be5d1f4cc7b6f
tree05b6d3de788a8d50be0c0f567fdfea1d5a6d03c8
parenta298e90d50ac77b30d3d695a5efdf5f418a7cf85
Add tests and fixes for handling malloc() failures related to the virtual table feature. (CVS 3285)

FossilOrigin-Name: 5d1d907189ff3ca7afada83033280cf258984ac0
13 files changed:
manifest
manifest.uuid
src/sqlite.h.in
src/sqliteInt.h
src/test8.c
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
src/vtab.c
src/where.c
test/quick.test
test/tester.tcl
test/vtab_err.test