aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-03-16 07:43:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:43 +0200
commit9fe60de16cf9411a548c020cae5ac7b9e7938e82 (patch)
treec1e62376012178e736ea6806c73f49e8686bed3c
parentac0fa531c7aba9d921068acfb7fceda054c5aa27 (diff)
Add comment
-rw-r--r--odb/relational/processor.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/odb/relational/processor.cxx b/odb/relational/processor.cxx
index c9f2179..1a57205 100644
--- a/odb/relational/processor.cxx
+++ b/odb/relational/processor.cxx
@@ -1159,7 +1159,10 @@ namespace relational
continue;
}
- // Now assign the name if the index is unnamed.
+ // Now assign the name if the index is unnamed. We have to
+ // add table name as a prefix here since there is not way
+ // to distinguish between user-assigned and auto-derived
+ // names in the model.
//
if (in.name.empty ())
{