diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-01 12:41:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-01 14:30:38 +0200 |
commit | 6215f11fafd416316293333c8f8fc421aa90a7c4 (patch) | |
tree | cd26335de9ae84d0bfe8fa59a98bc1dfe6821757 /common/makefile | |
parent | 627e8761562fc2a622856c328706a94dca692186 (diff) |
Implement support for optimistic concurrency
New pragmas: optimistic, version. New test: optimistic. New database
function: reload().
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 ac977cf..c17bedc 100644 --- a/common/makefile +++ b/common/makefile @@ -21,6 +21,7 @@ inverse \ lazy-ptr \ lifecycle \ no-id \ +optimistic \ query \ readonly \ relationship \ |