summaryrefslogtreecommitdiff
path: root/feature/view
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-11 07:12:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-11 07:12:38 +0200
commit15c9fa2101c0dbed8378d28361ba4539b0eca774 (patch)
tree3081e5b569249401c4cd5ced04599bad0cad0161 /feature/view
parent66af04ae6c0e7dba8250c236394f9c48412154f7 (diff)
Lighted up change development maintenance
1. The list no longer contains links to sub-directories or files. 2. The file now starts with the summary line, '-' can be omitted.
Diffstat (limited to 'feature/view')
-rw-r--r--feature/view/list2
-rw-r--r--feature/view/object-loading2
2 files changed, 2 insertions, 2 deletions
diff --git a/feature/view/list b/feature/view/list
index 61b108e..33024ac 100644
--- a/feature/view/list
+++ b/feature/view/list
@@ -1,5 +1,3 @@
-! Object loading views [2.4.0]: object-loading
-
- Member names for table views
Currently we have to specify column names as strings in table views queries.
diff --git a/feature/view/object-loading b/feature/view/object-loading
index 478d098..8ecabb2 100644
--- a/feature/view/object-loading
+++ b/feature/view/object-loading
@@ -1,3 +1,5 @@
+! Object loading views [2.4.0]
+
- The joined object can be joined just to be used in the query condition or
to load the data. How to distinguish the two cases and what should be the
default?