]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the handling of default values for ALTER TABLE ADD COLUMN columns so
authordrh <drh@noemail.net>
Thu, 30 Sep 2010 14:48:06 +0000 (14:48 +0000)
committerdrh <drh@noemail.net>
Thu, 30 Sep 2010 14:48:06 +0000 (14:48 +0000)
commit9351862b6d269c96c18df8519bfd1a6ddb029e07
tree318c849720c3113e613f4bf51aec21307f43cf40
parent9339da1f224fe26ff4304f21a1bfc158fda60727
Fix the handling of default values for ALTER TABLE ADD COLUMN columns so
that is able to deal with negative numbers, including large negative numbers.
Ticket [8454a207b9fd2243c4]

FossilOrigin-Name: ce6cc16e3a151a0c67855abde1411422dfcc8828
manifest
manifest.uuid
src/vdbe.c
src/vdbemem.c
test/tkt-8454a207b9.test [new file with mode: 0644]