aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/uuid/uuid-sqlite.options
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-05 11:59:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-05 11:59:26 +0200
commita79bd67be617041cd65e8bdf988e8d8da523fd43 (patch)
treefc7efe6964b0b8995910ae1e0aeed84a58db0fec /odb/boost/uuid/uuid-sqlite.options
parent0d8fddcf11df9eb731f1abef070211b6c8733e8a (diff)
Support for Boost uuid persistence
New Boost sub-profile: uuid. New test: boost/common/uuid. Updated the boost example to use uuid as an object id.
Diffstat (limited to 'odb/boost/uuid/uuid-sqlite.options')
-rw-r--r--odb/boost/uuid/uuid-sqlite.options12
1 files changed, 12 insertions, 0 deletions
diff --git a/odb/boost/uuid/uuid-sqlite.options b/odb/boost/uuid/uuid-sqlite.options
new file mode 100644
index 0000000..2cf939f
--- /dev/null
+++ b/odb/boost/uuid/uuid-sqlite.options
@@ -0,0 +1,12 @@
+# file : odb/boost/uuid/uuid-sqlite.options
+# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+--profile boost/version
+
+# Include the default mapping in prologue instead of epilogue to
+# allow the user to override the default mapping.
+#
+--odb-prologue '#include <odb/boost/uuid/sqlite/uuid-mapping.hxx>'
+
+--hxx-prologue '#include <odb/boost/uuid/sqlite/uuid-traits.hxx>'