diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-12-04 11:30:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-12-04 11:30:33 +0200 |
commit | 4f22837bda784e29f17750c8f1d623b40c1093d4 (patch) | |
tree | 136b42d29c180fb52a1327ea61894025770d0f90 /common/makefile | |
parent | 33a8e17efb8c622413a861047c5c4589a9828f62 (diff) |
Implement on_delete pragma for object pointers
Translates to the ON DELETE SQL clause.
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/makefile b/common/makefile index 1ad2389..8aa48c1 100644 --- a/common/makefile +++ b/common/makefile @@ -38,8 +38,9 @@ prepared \ query/basics \ query/array \ readonly \ -relationship \ -relationship-query \ +relationship/basics \ +relationship/on-delete \ +relationship/query \ schema/namespace \ schema/embedded/basics \ schema/embedded/order \ |