]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow virtual tables to mark columns as 'hidden'. Hidden columns do not show
authordanielk1977 <danielk1977@noemail.net>
Tue, 26 Jun 2007 10:38:54 +0000 (10:38 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 26 Jun 2007 10:38:54 +0000 (10:38 +0000)
commit034ca14f8128f03b9a16a6ac1a8fe9cc84991be3
tree34a225cd7fa282a9d68fd1cc849c22a9a0fc0981
parent8605761506ea86545e0440462185c3caa8d41d03
Allow virtual tables to mark columns as 'hidden'. Hidden columns do not show
up in "*" expansion, the implicit column list of an INSERT statement, or the results of a "PRAGMA table_info" statement. (CVS 4127)

FossilOrigin-Name: 7f887a6a00fdd6efc3740bd8a1731bb1abde087c
manifest
manifest.uuid
src/insert.c
src/pragma.c
src/select.c
src/sqliteInt.h
src/vtab.c
test/vtabA.test [new file with mode: 0644]