]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqliteBtreePrevious() routine to the BTree module API. This is
authordrh <drh@noemail.net>
Wed, 4 Dec 2002 13:40:25 +0000 (13:40 +0000)
committerdrh <drh@noemail.net>
Wed, 4 Dec 2002 13:40:25 +0000 (13:40 +0000)
commit2dcc9aa2a86a02ca57115f42364ef654fb83acf1
treed0828061a839ae218d374ea10500c30727fa1862
parentc66c5a266bf19ca0a68b6dc8034c06e86db47918
Add the sqliteBtreePrevious() routine to the BTree module API.  This is
in anticipation of implementing reverse order searching of a table. (CVS 794)

FossilOrigin-Name: 0ad1d93879bee0d34b122591c025192a51b8490f
manifest
manifest.uuid
src/btree.c
src/btree.h
src/test3.c
test/all.test
test/btree3.test
test/btree4.test [new file with mode: 0644]
test/fkey1.test