diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-27 15:16:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-27 15:16:49 +0200 |
commit | c12e7cba18fe4163563f1428626950a68a5d01d6 (patch) | |
tree | 0c1dfda1874aaf942304058f217ac9d1a77509c0 /common/makefile | |
parent | 23e2378ec92457368d59ab3837d828545c1de31f (diff) |
Add support for persistent classes without object ids
New pragma id (object). New test: common/no-id.
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 dee0b72..ac977cf 100644 --- a/common/makefile +++ b/common/makefile @@ -20,6 +20,7 @@ inheritance \ inverse \ lazy-ptr \ lifecycle \ +no-id \ query \ readonly \ relationship \ |