summaryrefslogtreecommitdiff
path: root/feature/list
diff options
context:
space:
mode:
Diffstat (limited to 'feature/list')
-rw-r--r--feature/list9
1 files changed, 9 insertions, 0 deletions
diff --git a/feature/list b/feature/list
index 18629dc..c47f926 100644
--- a/feature/list
+++ b/feature/list
@@ -4,6 +4,15 @@
* Query: query/
* View: view/
+- load_value() that returns object by value, similar to query_value()
+
+ That would be both the database class function as well as the query
+ result iterator function. The latter would be especially useful with
+ views.
+
+ Somewhat related: it could be that for views it is better not to
+ dynamically allocate the instance when we do something like i->count.
+
- Mass UPDATE
This could be very useful in data migration code. In fact, need to