pietermartin / sqlg

TinkerPop graph over sql
MIT License
246 stars 51 forks source link

Updating an edge incorrectly sets the in and out vertices. #339

Closed pietermartin closed 5 years ago

pietermartin commented 5 years ago

edge.property("what", "this"); This reloads the edge from the db and sets the in and out vertices incorrectly.