summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-24 17:11:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-24 17:11:43 +0200
commitaaf47c94726ed05ca8c6790f0946e341125e7eb4 (patch)
treea31f162f2e4007069e5bec84e267f02d7f8eb923 /odb/context.hxx
parente799a139472a76234ccbdedd5c423ced4c478a86 (diff)
Don't append table prefix to names that already have it (container tables)
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 5962133..69c5d48 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -135,7 +135,9 @@ public:
string
table_name (semantics::class_&) const;
- // Table name for the container member.
+ // Table name for the container member. The table prefix passed as the
+ // second argument must include the table prefix specified with the
+ // --table-prefix option.
//
struct table_prefix
{