]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Added support for the COUNT_CHANGES pragma in order to help out the
authordrh <drh@noemail.net>
Mon, 15 Oct 2001 00:44:35 +0000 (00:44 +0000)
committerdrh <drh@noemail.net>
Mon, 15 Oct 2001 00:44:35 +0000 (00:44 +0000)
commit1bee3d7b4343dfe2066cb4f0c08d7f5847fa5bce
treee9d6fc533047bed5942b17217b61c3dfbebb4e5b
parentf2d6a6449511d84975dba64df5eff77f9a8dd5e7
Added support for the COUNT_CHANGES pragma in order to help out the
ODBC driver.  Fixed a but on count(*) when applied to empty tables. (CVS 289)

FossilOrigin-Name: 747bf1b30b74cfd0e9c27e7c0bc5172637f35520
19 files changed:
Makefile.template
VERSION
manifest
manifest.uuid
src/btree.c
src/build.c
src/delete.c
src/insert.c
src/os.c
src/select.c
src/sqliteInt.h
src/update.c
test/delete.test
test/insert2.test
test/select1.test
test/select5.test
test/update.test
www/changes.tcl
www/lang.tcl