]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor names of column index transformation functions, for clarity.
authordrh <drh@noemail.net>
Sat, 19 Oct 2019 13:29:10 +0000 (13:29 +0000)
committerdrh <drh@noemail.net>
Sat, 19 Oct 2019 13:29:10 +0000 (13:29 +0000)
commitb9bcf7ca600ab8a94018adc2eac4115441a09d89
tree320096c64bdaaa2b5d9b1ca19ff3db9413b7adfe
parentf95909c7648942e7157722c33b5e5f9293bf3436
Refactor names of column index transformation functions, for clarity.
Get generated columns working with ALTER TABLE RENAME COLUMN.

FossilOrigin-Name: 27ab41c9102e7801ff829488fc123a8040da008bef373d6704efbe2f93e1da90
12 files changed:
manifest
manifest.uuid
src/alter.c
src/analyze.c
src/build.c
src/expr.c
src/insert.c
src/sqliteInt.h
src/upsert.c
src/vdbeapi.c
src/where.c
src/wherecode.c