summaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-25 14:58:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-25 14:58:24 +0200
commitc1d2ec5bbd5969332f3278f39d2a7a8f0abc0493 (patch)
treef28f45651288fd77960d722d8b5f87c32491dab0 /odb/relational/source.hxx
parent94d00afa2896a0a418da029aee1e5354c49759dd (diff)
Rename --default-schema to --schema-name
Diffstat (limited to 'odb/relational/source.hxx')
-rw-r--r--odb/relational/source.hxx2
1 files changed, 1 insertions, 1 deletions
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;
}