From 8e046e3ea7e88f872205c2b65cb7f9b86aaabd93 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Apr 2012 11:29:05 +0200 Subject: Make session optional --- odb/features.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/features.hxx') diff --git a/odb/features.hxx b/odb/features.hxx index 0468acb..359d99e 100644 --- a/odb/features.hxx +++ b/odb/features.hxx @@ -18,6 +18,7 @@ struct features bool simple_object; bool polymorphic_object; bool no_id_object; + bool session_object; bool view; }; -- cgit v1.1