summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2008-11-08 18:26:05 +0000
committerBrian S. O'Neill <bronee@gmail.com>2008-11-08 18:26:05 +0000
commit2ab21ffb28b67ff7c37fdb6fc2fcf3eac0723137 (patch)
tree99d91a9d7a788f933892d2d3ce3a2e95fa5ea636 /src
parent66f9091ccafb7ec6b64db8eaac7baf95ee744402 (diff)
Added link to "where exists" feature.
Diffstat (limited to 'src')
-rw-r--r--src/site/apt/index.apt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 01dff9b..e0c1717 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -70,7 +70,7 @@ generating performance critical code, via the Cojen library.
* Derived properties can be indexed, allowing function and join indexes to be defined.
- * Added support for "where exists" and outer joins in queries via new syntax.
+ * Added support for "where exists" and outer joins in queries via new syntax. This is explained in the "Queries with joins" section of the {{{docs/CarbonadoGuide.pdf}User Guide}}.
* Added convenience method, {{{apidocs/com/amazon/carbonado/Query.html#exists%28%29}Query.exists}}.