]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow the default value for columns added using ALTER TABLE ADD COLUMN to be a functi...
authordan <dan@noemail.net>
Wed, 11 Mar 2015 20:59:42 +0000 (20:59 +0000)
committerdan <dan@noemail.net>
Wed, 11 Mar 2015 20:59:42 +0000 (20:59 +0000)
commitcdcc11d7d41480b9e2c013c3758db79ded0c3b3d
treeaf012c6bc9ca5a51835461c9c775a3bea95e83a1
parent18bf80768934fe2f610de8eb8334806a73c181ff
Allow the default value for columns added using ALTER TABLE ADD COLUMN to be a function in existing schemas loaded from disk. But prevent this version of SQLite from being used to create such a column.

FossilOrigin-Name: ff868e22ca0393eaac417872a4c10738f0d7d970
manifest
manifest.uuid
src/alter.c
src/vdbemem.c