From 91830e3bd38a05c73d03a5dfb88997799d44274b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 May 2013 12:05:39 +0200 Subject: Add support for object sections Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated. --- odb/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 6a2cca4..5a58103 100644 --- a/odb/makefile +++ b/odb/makefile @@ -15,6 +15,7 @@ prepared-query.cxx \ query-dynamic.cxx \ result.cxx \ schema-catalog.cxx \ +section.cxx \ session.cxx \ statement.cxx \ tracer.cxx \ -- cgit v1.1