]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Continue working to get UPDATE operational for WITHOUT ROWID tables.
authordrh <drh@noemail.net>
Wed, 30 Oct 2013 20:22:55 +0000 (20:22 +0000)
committerdrh <drh@noemail.net>
Wed, 30 Oct 2013 20:22:55 +0000 (20:22 +0000)
commit6fbe41acf20e91a44073896fd52473b70b2d9aea
treecac7397889f748ddcaa2910c43b44647d58d9b13
parent72ffd09188a9248e97d05dbec369d1b888092ecc
Continue working to get UPDATE operational for WITHOUT ROWID tables.
Fix PRAGMA integrity_check so that it works on WITHOUT ROWID tables.

FossilOrigin-Name: 0d4fea7462c0f61cd1c736cbcd7bea5ec2034d54
manifest
manifest.uuid
src/delete.c
src/insert.c
src/pragma.c
src/sqliteInt.h
src/update.c
src/vdbe.c
test/e_reindex.test
test/pragma.test
test/without_rowid1.test [new file with mode: 0644]