diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-04 11:33:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-19 11:41:11 +0200 |
commit | 3fd1098c70a36cdffa256b6d9fd721cf95c6f482 (patch) | |
tree | 0001b0c1d5c5dd73800439f2739e752294cff7b3 /common/makefile | |
parent | 3d1969a43fce72dd50044c5eada38557f3f200bd (diff) |
Initial support for prepared queries
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/makefile b/common/makefile index 6f187fb..1de430d 100644 --- a/common/makefile +++ b/common/makefile @@ -32,6 +32,7 @@ lifecycle \ no-id \ optimistic \ pragma \ +prepared \ query \ readonly \ relationship \ |