Hello
I'm having some issues running Gremlin queries in the studio.
1) Every time I run a simple query the database seems to close:
com.orientechnologies.orient.core.exception.ODatabaseException: Database
'plocal:/orientdb-community-2.0.5/databases/db' is closed
2) How can I tell the studio that I want it to execute a gremlin query and
not an SQL? The query works if I start with g.V, but if I want to create a
variable first then the studio thinks its an sql query, example:
test={};g.V('@class','Users')
error:
com.orientechnologies.orient.core.command.OCommandExecutorNotFoundException:
Cannot find a command executor for the command request:
sql.test={};g.V('@class','Users')
Any ideas for both problems&
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.