gjrwebber / spring-data-gremlin

Spring data gremlin makes it easier to implement Graph based repositories. This module extends Spring Data to allow support for potentially any Graph database that implements the Tinkerpop Blueprints 2.x API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OrientDB schema write does not handle existing edges gracefully

gjrwebber opened this issue · comments

An exception is thrown when the OrientDbSchemaWriter tries to create an existing edge.

This is fixed. Existing edges of the same name are now ignored.