aboutsummaryrefslogtreecommitdiff
path: root/common/query/one
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Drop copyright notice from source codeKaren Arutyunov3-3/+0
2019-01-17Update copyright yearKaren Arutyunov3-3/+3
2018-05-24Update copyright yearKaren Arutyunov3-3/+3
2017-01-03Update copyright yearBoris Kolpackov3-3/+3
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2014-11-10Implement {query,execute}_{one,value}() shortcut functionsMichael Shepanski4-0/+349
Useful in situations where the query is know to return at most one element (*_one) or exactly one element (*_value).