aboutsummaryrefslogtreecommitdiff
path: root/common/query/one/test.std
AgeCommit message (Collapse)AuthorFilesLines
2014-11-10Implement {query,execute}_{one,value}() shortcut functionsMichael Shepanski1-0/+0
Useful in situations where the query is know to return at most one element (*_one) or exactly one element (*_value).