summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-11 06:53:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-11 06:53:43 +0200
commitc14746f98cf2c62c8311f7104232700acb59d84a (patch)
tree85e89f9d8ebec6d1ee5e5f376ca7644850460019
parent8e54e4855b93996b0221ea973f5dadd03cc40f9d (diff)
Add load_value() feature
-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