]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the "ALTER TABLE xxx RENAME TO yyy" command. (CVS 2092)
authordanielk1977 <danielk1977@noemail.net>
Fri, 12 Nov 2004 13:42:30 +0000 (13:42 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Fri, 12 Nov 2004 13:42:30 +0000 (13:42 +0000)
commit9fd2a9a02854aa0cce1c57491d0935d14172cb36
tree110c52475d179b88f8fdf7944c8d720facb9069d
parent2958a4e6a550b306c3958cbe0e7a8aa5f011718d
Add the "ALTER TABLE xxx RENAME TO yyy" command. (CVS 2092)

FossilOrigin-Name: a1b2cc63e604785bd51e358ff72c485d858752e3
manifest
manifest.uuid
src/build.c
src/func.c
src/parse.y
src/sqliteInt.h
src/tokenize.c
test/alter.test [new file with mode: 0644]
tool/mkkeywordhash.c