Respect copyright on content from external sources.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ee769ae0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ee769ae0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ee769ae0 Branch: refs/heads/1781-reorganize-and-improve-docs Commit: ee769ae0cb0c2ead88811053265e7051d6df638e Parents: ec2452b Author: Alexander Shorin <[email protected]> Authored: Thu Aug 22 16:00:44 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Fri Sep 27 22:00:45 2013 +0400 ---------------------------------------------------------------------- NOTICE | 4 ++++ share/doc/src/couchapp/views/joins.rst | 4 ++++ 2 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ee769ae0/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 6c51a48..da1b6d4 100644 --- a/NOTICE +++ b/NOTICE @@ -182,3 +182,7 @@ This product also includes the following third-party components: Copyright 2013, Creative Commons Attribution license + * share/doc/src/couchapp/views/joins.rst (Using View Collation) + + Copyright 2007, Christopher Lenz <[email protected]> + http://git-wip-us.apache.org/repos/asf/couchdb/blob/ee769ae0/share/doc/src/couchapp/views/joins.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/couchapp/views/joins.rst b/share/doc/src/couchapp/views/joins.rst index 3abae9d..3b95427 100644 --- a/share/doc/src/couchapp/views/joins.rst +++ b/share/doc/src/couchapp/views/joins.rst @@ -161,6 +161,10 @@ emit a ``"_rev"`` property as well as ``"_id"``. Using View Collation ==================== +:Author: Christopher Lenz +:Date: 2007-10-05 +:Source: http://www.cmlenz.net/archives/2007/10/couchdb-joins + Just today, there was a discussion on IRC how you'd go about modeling a simple blogging system with âpostâ and âcommentâ entities, where any blog post might have N comments. If you'd be using an SQL database, you'd obviously have two
