]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Have ALTER TABLE detect and error out for the case where renaming a column changes...
authordan <dan@noemail.net>
Tue, 2 Jul 2019 20:10:02 +0000 (20:10 +0000)
committerdan <dan@noemail.net>
Tue, 2 Jul 2019 20:10:02 +0000 (20:10 +0000)
commitc1158219473f58915b58f1b37eeaaa8f401de1ca
tree9cf0c06fde265ce9219bf428410d20b94d609119
parent00a6153fafe01c9dde8f84a70f1cb810256300dd
Have ALTER TABLE detect and error out for the case where renaming a column changes a the interpretation of a double-quoted identifier in the database schema from an SQL literal to a column reference.

FossilOrigin-Name: 5dbb0734aff25e47a58a64abe0e96636cbf8a7a5006df0cfe10af8629af9133c
manifest
manifest.uuid
src/alter.c
src/vdbe.h
src/vdbeaux.c
test/alter.test
test/alterauth2.test
test/altercol.test
test/altercol2.test [new file with mode: 0644]