]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the savepoint feature. This feature is largely untested at this point. (CVS 6036)
authordanielk1977 <danielk1977@noemail.net>
Wed, 17 Dec 2008 17:30:26 +0000 (17:30 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Wed, 17 Dec 2008 17:30:26 +0000 (17:30 +0000)
commitfd7f045225cb5ab6acbaccc80c70070422791de3
tree61baba1a90278ecd43b5687aa368f2ef8ad92286
parentf0f9f75443d818c84a5cb7dd4c2a629c97201cc3
Add the savepoint feature. This feature is largely untested at this point. (CVS 6036)

FossilOrigin-Name: 34b56600ec0c5cd7b5faab265750252bc9850e3e
14 files changed:
manifest
manifest.uuid
src/btree.c
src/btree.h
src/build.c
src/main.c
src/pager.c
src/pager.h
src/parse.y
src/sqliteInt.h
src/test2.c
src/vdbe.c
test/savepoint.test [new file with mode: 0644]
tool/mkkeywordhash.c