]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Added support for the INTEGER PRIMARY KEY column type. (CVS 333)
authordrh <drh@noemail.net>
Fri, 21 Dec 2001 14:30:42 +0000 (14:30 +0000)
committerdrh <drh@noemail.net>
Fri, 21 Dec 2001 14:30:42 +0000 (14:30 +0000)
commit4a32431ce7c94176cb146d3776e192b45fe92d57
tree574800b0a2869e96c723eb885ccbb4ff204a416c
parent7c917d196f3e9fbe7af324707dde461f54e9da0c
Added support for the INTEGER PRIMARY KEY column type. (CVS 333)

FossilOrigin-Name: 236a54d289e858a1e0505a20d907a2a40c01b521
14 files changed:
VERSION
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/main.c
src/parse.y
src/sqliteInt.h
src/update.c
src/vdbe.c
test/intpkey.test [new file with mode: 0644]
test/unique.test