You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Dave,
When I'm running against tinkergraph I get duplicate vertices with the last example when starting with a clean database. See below for code, console output and reply from server using http://localhost:8182/?gremlin=g.V()
Also Id seems to be created as a property, which doesn't look right.
Will try sample on titan too and let you know.
Other than than that pretty cool library and better than gremlin console if we can solve the duplicates.
Cheers
Peter
Thanks for reporting this. It was definitely a bug that has to do with the fact that Tinkergraph assigns a node id of 0, which caused a truth check to fail.
Hi Dave,
When I'm running against tinkergraph I get duplicate vertices with the last example when starting with a clean database. See below for code, console output and reply from server using http://localhost:8182/?gremlin=g.V()
Also Id seems to be created as a property, which doesn't look right.
Will try sample on titan too and let you know.
Other than than that pretty cool library and better than gremlin console if we can solve the duplicates.
Cheers
Peter
Code
Console output
Reply from server
The text was updated successfully, but these errors were encountered: