summaryrefslogtreecommitdiff
path: root/reference/feature
AgeCommit message (Collapse)AuthorFilesLines
2015-02-04Implement object loading viewsBoris Kolpackov1-0/+53
See section 10.2 in the manual for details.
2015-01-23Diagnose lack of default constructor in pointed-to objectsBoris Kolpackov1-0/+10
Lack of the default constructor will lead to uncompilable generated code.
2014-11-10Implement {query,execute}_{one,value}() shortcut functionsBoris Kolpackov1-0/+6
Useful in situations where the query is know to return at most one element (*_one) or exactly one element (*_value).