On Fri, Jun 8, 2018 at 2:38 PM Richard Hipp <d...@sqlite.org> wrote:

> On 6/8/18, Hick Gunter <h...@scigames.at> 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.
>

I can confirm that!

Made the same assumption it would, and wept when it didn't :)

ROWID is the only "hidden" column AFAIK, but that's a built-in one.
I wish one could use HIDDEN on regular tables and columns. --DD
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to