summaryrefslogtreecommitdiff
path: root/feature/view/list
blob: 33024ac945219bc3f1a41259f728eec733e084b5 (plain)
1
2
3
4
5
6
7
8
9
- Member names for table views

  Currently we have to specify column names as strings in table views queries.
  There is no way to use view member names. If we support this, then is would
  also be useful to be able to add members that are not selected but can be
  used in query conditions (readonly?). Looks like we need a general way to
  describe a table (and generate query_columns from it).

  See email from frankiegp@libero.it/14-Jul-2014.