]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid unnecessary calls to applyAffinity() during INSERT and UPDATE
authordrh <drh@noemail.net>
Mon, 17 Feb 2014 14:59:22 +0000 (14:59 +0000)
committerdrh <drh@noemail.net>
Mon, 17 Feb 2014 14:59:22 +0000 (14:59 +0000)
commit57bf4a8eeb6f0c0c70e16b1682846f57a4cb6595
tree6d8486f3e794416af107eec577f173f28f4e86fe
parent05a86c5c0f0467098c4f6a333bf6daa1fbe443c1
Avoid unnecessary calls to applyAffinity() during INSERT and UPDATE
operations, especially for table that have indices and tables for which
all columns have affinity "NONE".

FossilOrigin-Name: 35b4d6e938164fabaf30b504c54cfd9a69060cee
manifest
manifest.uuid
src/analyze.c
src/delete.c
src/fkey.c
src/insert.c
src/pragma.c
src/sqliteInt.h
src/update.c
src/vdbe.c