]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem causing an OOM within an ALTER TABLE ADD COLUMN command that adds a...
authordan <Dan Kennedy>
Tue, 16 Nov 2021 13:36:50 +0000 (13:36 +0000)
committerdan <Dan Kennedy>
Tue, 16 Nov 2021 13:36:50 +0000 (13:36 +0000)
commit488b55856e794bd2f267781474cbaade9e523700
tree34564567f0f63685c9091ebae762d254a539d726
parent9dc718856f47d8c68f2194d4ead673035ee51d7b
Fix a problem causing an OOM within an ALTER TABLE ADD COLUMN command that adds a column with a CHECK constraint to go unreported.

FossilOrigin-Name: a33f5e93ecb7d84291f6fecc7b60f0c555034aa47e24584c63c78d8a94710d82
manifest
manifest.uuid
src/sqliteInt.h
src/tokenize.c
test/alterfault.test [new file with mode: 0644]