]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ability to INSERT or UPDATE using the "rowid" column even on tables
authordrh <drh@noemail.net>
Sun, 1 Jun 2003 01:10:33 +0000 (01:10 +0000)
committerdrh <drh@noemail.net>
Sun, 1 Jun 2003 01:10:33 +0000 (01:10 +0000)
commita0217ba7208cafcf670a4ce4ecca05efd70fa2c6
treeb4f2e6b2cc0eb84964b3689ceaace8f6c351ca10
parentf26e09c87fd45fe3bb5aa4edacc9ea3f6325c884
Add the ability to INSERT or UPDATE using the "rowid" column even on tables
that lack an integer primary key. (CVS 991)

FossilOrigin-Name: 903adbe802ca0e987b867e5ad33aae02ad2a43d4
manifest
manifest.uuid
src/btree.h
src/btree_rb.c
src/insert.c
src/update.c
test/rowid.test