On 6/8/18, Hick Gunter <[email protected]> wrote: > Adding the attribute "hidden" to a column prevents it from showing up in the > expansion of '*' in the select list,
That only works for the CREATE TABLE passed into the sqlite3_declare_vtab() interface inside of a virtual table implementation. It does *not* work for ordinary tables. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

