From c1d2ec5bbd5969332f3278f39d2a7a8f0abc0493 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Jan 2012 14:58:24 +0200 Subject: Rename --default-schema to --schema-name --- odb/relational/source.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/relational/source.hxx') diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx index 9860a30..d909f7b 100644 --- a/odb/relational/source.hxx +++ b/odb/relational/source.hxx @@ -3626,7 +3626,7 @@ namespace relational os << "static const schema_catalog_entry" << endl << "schema_catalog_entry_" << flat_name (type) << "_ (" << endl - << strlit (options.default_schema ()) << "," << endl + << strlit (options.schema_name ()) << "," << endl << "&" << traits << "::create_schema);" << endl; } -- cgit v1.1