summaryrefslogtreecommitdiff
path: root/feature/view/list
diff options
context:
space:
mode:
Diffstat (limited to 'feature/view/list')
-rw-r--r--feature/view/list9
1 files changed, 9 insertions, 0 deletions
diff --git a/feature/view/list b/feature/view/list
new file mode 100644
index 0000000..33024ac
--- /dev/null
+++ b/feature/view/list
@@ -0,0 +1,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.