Closed gbicou closed 8 years ago
LGTM
Can you explain the benefit of this please? The reason for prefixing the class names with V and E is so that you can use the same labels for vertices and edges. Why would anyone not like to do that?
The main reason is that I'm unable to use this driver with an existing databaase schema.
I already have a Person class in orientdb but hasLabel("Person") miss them.
Maybe i'm doing it wrong.
ok yeah that makes sense. happy to merge after you've resolved the conflicts
FWIW, I changed all master code format... https://github.com/mpollmeier/orientdb-gremlin/blob/master/driver/src/config/eclipse/formatter/java.xml
Probably if you rebase should have little number of conflicts!
I made the merge for you... you just need to apply to your branch and all shall start to look green https://github.com/bicouy0/orientdb-gremlin/pull/1
This is an implementation of an option to remove the default behaviour of class prefixing.