From b64c3b462f99ef7337eb4bc7fa6bb258d619d8b3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2011 15:16:49 +0200 Subject: Add support for persistent classes without object ids New pragma id (object). New test: common/no-id. --- odb/pgsql/forward.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/pgsql/forward.hxx') diff --git a/odb/pgsql/forward.hxx b/odb/pgsql/forward.hxx index 2ec44ec..640d379 100644 --- a/odb/pgsql/forward.hxx +++ b/odb/pgsql/forward.hxx @@ -37,6 +37,9 @@ namespace odb class object_statements; template + class object_statements_no_id; + + template class view_statements; template -- cgit v1.1