Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look before you leap + Rexster+neo4j compatibility #38

Merged
merged 3 commits into from Apr 16, 2012

Commits on Apr 2, 2012

  1. Look before you leap on conditionals so as to not accidently suppress

    exceptions by catching only the wrong type. Unfortunately Gremlin throws
    the fairly generic RuntimeError for creating an index when one already
    exists so catching by exception type isn't really an option.
    Frankie Robertson committed Apr 2, 2012
    Copy the full SHA
    ee957aa View commit details
    Browse the repository at this point in the history
  2. Rexster + neo4j will get quite error if you pass in a null as the third

    argument to createManualIndex rather than use the two argument version.
    Frankie Robertson committed Apr 2, 2012
    Copy the full SHA
    8f055e5 View commit details
    Browse the repository at this point in the history
  3. Transactions are what we need!

    Frankie Robertson committed Apr 2, 2012
    Copy the full SHA
    b8e6242 View commit details
    Browse the repository at this point in the history