]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If a table column name begins with "__hidden__" then do not include that
authordrh <drh@noemail.net>
Wed, 18 Nov 2015 18:43:15 +0000 (18:43 +0000)
committerdrh <drh@noemail.net>
Wed, 18 Nov 2015 18:43:15 +0000 (18:43 +0000)
commitf0c9145a3609c17ba53aed561657c53be343e2e8
tree8fb4251e6358de6483628ecf49828c183d92199e
parentc88cd1375358a4adbc52f45a8c81d20008c8622a
If a table column name begins with "__hidden__" then do not include that
column in "*" expansions in SELECT statements, nor fill in that column in
an INSERT INTO that omits the column list.  <b>This branch is a
proof-of-concept only and is not intended to ever be merged into trunk.</b>

FossilOrigin-Name: 2dbffb3a3b20dba7d7d86c8ad2e34633f616c78a
manifest
manifest.uuid
src/build.c
src/insert.c
src/select.c