You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2016/09/23 06:54:39 UTC

[1/2] tinkerpop git commit: Query produces 2 results since 3.0.0

Repository: tinkerpop
Updated Branches:
  refs/heads/master 893434554 -> 3f79b0db7


Query produces 2 results since 3.0.0


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bf88829b
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bf88829b
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/bf88829b

Branch: refs/heads/master
Commit: bf88829bc5ac7b012269b4207533bc6a70cfd6fb
Parents: 54ed33d
Author: Robert Dale <ro...@gmail.com>
Authored: Wed Sep 21 14:22:08 2016 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Wed Sep 21 14:22:08 2016 -0400

----------------------------------------------------------------------
 docs/src/reference/the-traversal.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf88829b/docs/src/reference/the-traversal.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/the-traversal.asciidoc b/docs/src/reference/the-traversal.asciidoc
index e8d40e5..e907376 100644
--- a/docs/src/reference/the-traversal.asciidoc
+++ b/docs/src/reference/the-traversal.asciidoc
@@ -1874,8 +1874,8 @@ g.V().aggregate('x').limit(1).cap('x')
 g.V().store('x').limit(1).cap('x')
 ----
 
-It is interesting to note that there are three results in the `store()` side-effect even though the interval
-selection is for 2 objects. Realize that when the third object is on its way to the `range()` filter (i.e. `[0..1]`),
+It is interesting to note that there are two results in the `store()` side-effect even though the interval
+selection is for 1 object. Realize that when the second object is on its way to the `range()` filter (i.e. `[0..1]`),
 it passes through `store()` and thus, stored before filtered.
 
 [gremlin-groovy,modern]


[2/2] tinkerpop git commit: Merge branch 'pr-430'

Posted by dk...@apache.org.
Merge branch 'pr-430'


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3f79b0db
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3f79b0db
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/3f79b0db

Branch: refs/heads/master
Commit: 3f79b0db73959218bd026c038332191e87c42d91
Parents: 8934345 bf88829
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Fri Sep 23 08:54:01 2016 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Fri Sep 23 08:54:01 2016 +0200

----------------------------------------------------------------------
 docs/src/reference/the-traversal.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/3f79b0db/docs/src/reference/the-traversal.asciidoc
----------------------------------------------------------------------