From c14746f98cf2c62c8311f7104232700acb59d84a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Nov 2014 06:53:43 +0200 Subject: Add load_value() feature --- feature/list | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'feature/list') 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 -- cgit v1.1