From e32e4b9d8d79dd5491891b1a2c5ac9ad9b631780 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Sep 2013 12:01:47 +0200 Subject: Add schema name to changelog --- odb/relational/changelog.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/relational') diff --git a/odb/relational/changelog.cxx b/odb/relational/changelog.cxx index ca796a9..855ba65 100644 --- a/odb/relational/changelog.cxx +++ b/odb/relational/changelog.cxx @@ -1023,8 +1023,9 @@ namespace relational string const& out_name, options const& ops) { + database db (ops.database ()[0]); cutl::shared_ptr cl ( - new (shared) changelog (ops.database ()[0].string ())); + new (shared) changelog (db.string (), ops.schema_name ()[db])); graph& g (*cl); if (old == 0) -- cgit v1.1