aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:16:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:16:49 +0200
commitd83a7296e228cf0af74992020f51c566a03108c9 (patch)
treeab48b74c739049163839e4334e3855ad19906cb3 /odb/sqlite/forward.hxx
parent2e8daa4a5880f47e547de7db4e7ff5074d365723 (diff)
Add support for persistent classes without object ids
New pragma id (object). New test: common/no-id.
Diffstat (limited to 'odb/sqlite/forward.hxx')
-rw-r--r--odb/sqlite/forward.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/sqlite/forward.hxx b/odb/sqlite/forward.hxx
index 23d995e..cc1fbfc 100644
--- a/odb/sqlite/forward.hxx
+++ b/odb/sqlite/forward.hxx
@@ -37,6 +37,9 @@ namespace odb
class object_statements;
template <typename T>
+ class object_statements_no_id;
+
+ template <typename T>
class view_statements;
template <typename T>