aboutsummaryrefslogtreecommitdiff
path: root/common/makefile
diff options
context:
space:
mode:
authorMichael Shepanski <michael@codesynthesis.com>2014-11-05 14:23:54 +1100
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-10 16:48:59 +0200
commit64b27b86025d160e49bf617143d80671ccb1e0e4 (patch)
tree1abc0df10d797d0d845e0590c1cb9a077e4a42af /common/makefile
parentdee5f10d1d75eee43596ad1dfb47ecec9e0b1307 (diff)
Implement {query,execute}_{one,value}() shortcut functions
Useful in situations where the query is know to return at most one element (*_one) or exactly one element (*_value).
Diffstat (limited to 'common/makefile')
-rw-r--r--common/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/makefile b/common/makefile
index 0fe8ffe..aa195ba 100644
--- a/common/makefile
+++ b/common/makefile
@@ -38,6 +38,7 @@ pragma \
prepared \
query/basics \
query/array \
+query/one \
readonly \
relationship/basics \
relationship/on-delete \