aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-11-06 18:00:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-11-06 18:00:43 +0200
commit5daaa1a6d9c8f5d3a4ad3d7009df564bc6506424 (patch)
treeb96d205208587208a4e443be192fe264d2f53d57 /odb/mysql/makefile
parent6fd2fb44263eb6704905cddcc607462c21c5e687 (diff)
Add support for container persistence
Generalize statements that were used for persisting objects to work for both objects and containers. Implement a cache for container statements.
Diffstat (limited to 'odb/mysql/makefile')
-rw-r--r--odb/mysql/makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/odb/mysql/makefile b/odb/mysql/makefile
index 8bec46b..53d2302 100644
--- a/odb/mysql/makefile
+++ b/odb/mysql/makefile
@@ -5,15 +5,16 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
-cxx := \
-connection.cxx \
-connection-factory.cxx \
-database.cxx \
-exceptions.cxx \
-transaction.cxx \
-transaction-impl.cxx \
-statement.cxx \
-query.cxx \
+cxx := \
+connection.cxx \
+connection-factory.cxx \
+database.cxx \
+exceptions.cxx \
+object-statements.cxx \
+transaction.cxx \
+transaction-impl.cxx \
+statement.cxx \
+query.cxx \
traits.cxx
cli_tun := details/options.cli