From 2b856f69d490f6cedffac03ecbed8fef318ecc43 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Feb 2013 15:50:06 +0200 Subject: Add support for change-tracking containers ODB now supports "smart" ordered containers. Such containers get extra functions for updating and deleting individual elements. Based on this functionality implement two change-tracking containers: odb::vector (equivalent to std::vector) and QOdbList (equivalent to QList). New tests: common/container/change-tracking and qt/common/container/change- tracking. --- odb/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index c630e7c..ac7355a 100644 --- a/odb/makefile +++ b/odb/makefile @@ -8,6 +8,7 @@ cxx := \ callback.cxx \ exceptions.cxx \ database.cxx \ +vector-impl.cxx \ connection.cxx \ lazy-ptr-impl.cxx \ prepared-query.cxx \ -- cgit v1.1