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

Issue49 Query Results Post Processing #59

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SamHard
Copy link

@SamHard SamHard commented Jul 2, 2019

This handles the breaking changes referenced in #49 by doing the processing that used to be done in Gremlin.Net after the fact. It's not pretty, but it allows us to keep more up-to-date with the Gremlin.Net library.

@SamHard SamHard changed the title Issue49 results post processing Issue49 Query Results Post Processing Jul 2, 2019
@SamHard
Copy link
Author

SamHard commented Jul 3, 2019

The more I think about it, the more I think this is the wrong direction. The main thing is that this hack won't work if the GraphClient constructor accepting an IGremlinClient is used, and there is a pull request (PR 56) proposing to make that constructor public. We'd be better off rolling back to an older version of Gremlin.Net, as proposed in pull request 51, until we can fix Gremlin.Net.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant