summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-04 12:57:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-04 12:57:25 +0200
commitc93d7f6453f8aebdc80fba44032f692eb5da8a9c (patch)
tree441f2828cd354d925087a8728cab9a3ecfe8eee4 /odb/context.hxx
parenta7094314a7f3c7453025061efeacb0d52e1866af (diff)
Container versioning support
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 9c52282..9bd0057 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -1317,6 +1317,10 @@ public:
static unsigned short const test_readwrite_container = 0x80;
static unsigned short const test_smart_container = 0x100;
+ // Exclude versioned containers.
+ //
+ static unsigned short const exclude_versioned = 0x200;
+
// Treat eager loaded members as belonging to the main section.
// If this flag is specified, then section must be main_section.
//