GitHub user spmallette opened a pull request:

    https://github.com/apache/tinkerpop/pull/463

    TINKERPOP-919 Added supportsIdenticalMultiProperties()

    https://issues.apache.org/jira/browse/TINKERPOP-919
    
    That feature allows a graph to specify whether or not it supports 
multi-properties that allow the same value to be supplied on the same key. Not 
sure why this wasn't implemented long ago. It was relatively straightforward to 
put in place. I did take a look at the test suite for existing tests that might 
have needed this feature included, but I didn't see any.
    
    `mvn clean install -DincludeNeo4j` is all good
    
    VOTE +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-919

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/463.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #463
    
----
commit ead13106981bc019be25b66e0e432741c3646a2f
Author: Stephen Mallette <[email protected]>
Date:   2016-10-25T17:50:48Z

    TINKERPOP-919 Added supportsIdenticalMultiProperties()
    
    That feature allows a graph to specify whether or not it supports 
multi-properties that allow the same value to be supplied on the same key.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to