aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-03 15:46:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-03 15:46:41 +0200
commitcae930dc00b603db04a8b9ef3627e69591d650d7 (patch)
tree8036ce45c2b3fc05a61243ca7b45d076a6c154b7
parentb0cf5aaf03b7ed874ea17d5475101ad97d13880e (diff)
Documentation fixes1.6.0
-rw-r--r--doc/manual.xhtml6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index e710765..26cc64a 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -6230,7 +6230,7 @@ struct employee_residence
<p>While there is a relationship between <code>country</code> and
<code>employee</code>, it is ambiguous. It can be
<code>employee::residence_</code> (which is what we want) or
- it can be <code>employee::location_</code> (which we don't
+ it can be <code>employee::nationality_</code> (which we don't
want). As result, when compiling the above view, the ODB
compiler will issue an error indicating an ambiguous object
relationship. To resolve this ambiguity, we can explicitly
@@ -6264,6 +6264,10 @@ struct employee_country
};
</pre>
+ <p>Note that correctly defining data members in this view requires
+ the use of a mechanism that we haven't yet covered. We will
+ see how to do this shortly.</p>
+
<p>If we assign an alias to an object and refer to a data member of
this object in one of the join conditions, we have to use the
unqualified alias name instead of the potentially qualified