From 9fe60de16cf9411a548c020cae5ac7b9e7938e82 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 16 Mar 2013 07:43:15 +0200 Subject: Add comment --- odb/relational/processor.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'odb') 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 ()) { -- cgit v1.1