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

EXPLAIN should work with translation in Console #5

Closed
dwitry opened this issue Feb 28, 2018 · 0 comments
Closed

EXPLAIN should work with translation in Console #5

dwitry opened this issue Feb 28, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@dwitry
Copy link
Contributor

dwitry commented Feb 28, 2018

When using Gremlin Console Cypher plugin, EXPLAIN currently works only when connecting to server with Cypher Client for Gremlin Server installed.

When using translation in Console, EXPLAIN is ignored:

gremlin> :remote connect opencypher.gremlin conf/remote-objects.yaml translate gremlin
==>Configured localhost/127.0.0.1:8182
gremlin> :> EXPLAIN MATCH (p:person) RETURN p.name
==>[p.name:marko]
==>[p.name:vadas]
==>[p.name:josh]
==>[p.name:peter]

@dwitry dwitry added the enhancement New feature or request label Feb 28, 2018
dwitry added a commit that referenced this issue Feb 28, 2018
dwitry added a commit that referenced this issue Feb 28, 2018
@dwitry dwitry closed this as completed in 4da3be6 Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant