diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-10-09 11:29:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-10-09 11:29:38 +0200 |
commit | 1927f6d00ca32101de2554946e8b449efb5977c1 (patch) | |
tree | 8529dab6fb68bf20f7fa9a90fe45c0ccb4fafa8b /feature/view |
Start tracking ODB change development in git
Diffstat (limited to 'feature/view')
-rw-r--r-- | feature/view/list | 9 |
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. |