[
https://issues.apache.org/jira/browse/TINKERPOP-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361135#comment-16361135
]
ASF GitHub Bot commented on TINKERPOP-1887:
-------------------------------------------
Github user davebshow commented on the issue:
https://github.com/apache/tinkerpop/pull/797
This needs a test to demonstrate that it works. I haven't run the code yet,
but what happens to the key value of the binding? Does this generate GraphSON
with bindings, or just the values of the bindings?
> Can't use bindings in predicates
> --------------------------------
>
> Key: TINKERPOP-1887
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1887
> Project: TinkerPop
> Issue Type: Improvement
> Components: python
> Affects Versions: 3.3.1
> Reporter: Jean-Philippe Braun
> Priority: Major
>
> With the lastest version of gremlinpython it is not possible to define a
> binding in a predicate:
> {code:java}
> g.V().has('foo', lt(('bar', 5))).toList(){code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)