GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/863
TINKERPOP-1685 Added supportUpsert() feature https://issues.apache.org/jira/browse/TINKERPOP-1685 Added `supportsUpsert()` to both `VertexFeatures` and `EdgeFeatures`. Gives graph providers a more explicit option for providing this type of capability. All tests pass with `docker/build.sh -t -n -i` VOTE +1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/tinkerpop TINKERPOP-1685 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tinkerpop/pull/863.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 #863 ---- commit 384718cdc93330cad8b2b78a3021220be3c9bebc Author: Stephen Mallette <spmva@...> Date: 2018-04-11T11:02:43Z TINKERPOP-1685 Added supportUpsert() feature Added to both VertexFeatures and EdgeFeatures. Gives graph providers a more explicit option for providing this type of capability. ---- ---