On Thu, Sep 4, 2014 at 2:04 AM, Nico Williams <n...@cryptonector.com> wrote:

> [...] but there's a gotcha: SELECT * on a table
> source with computed columns might result in much more work being done
> than the user might have expected.
>

If that's a real concern, you can always use the existing HIDDEN keyword to
remove that virtual/computed column from the select-star. --DD
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to