From 1927f6d00ca32101de2554946e8b449efb5977c1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Oct 2014 11:29:38 +0200 Subject: Start tracking ODB change development in git --- feature/view/list | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 feature/view/list (limited to 'feature/view') 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. -- cgit v1.1