From a4f25daf17392c9c4b90de60b9d777290706f667 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Apr 2013 11:13:51 +0200 Subject: Generate add/drop foreign key migration statements Also add the --fkeys-deferrable-mode option. General schemas generation rework. --- odb/relational/source.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/relational/source.cxx') diff --git a/odb/relational/source.cxx b/odb/relational/source.cxx index 210d04b..0eb3cd3 100644 --- a/odb/relational/source.cxx +++ b/odb/relational/source.cxx @@ -2503,7 +2503,7 @@ traverse_object (type& c) if (poly && !poly_derived) { os << "void " << traits << "::" << endl - << "discriminator_ (statements_type & sts," << endl + << "discriminator_ (statements_type& sts," << endl << "const id_type& id," << endl << "discriminator_type* pd"; -- cgit v1.1