-
Notifications
You must be signed in to change notification settings - Fork 871
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
Create a Javascript client side App to work with KeyValue server [moved] #9
Comments
Closed
Closed
lvca
added a commit
that referenced
this issue
May 2, 2014
We'd need 3 new functions: traversedVertex, to return the traversed vertex traversedEdge, to return the traversed edge traversedElement, to return any of the traversed element All functions should get 2 params: index, as starting index. negative numbers means from the end, positive from the beginning of the stack. Example 0 = absolute first traversed vertex, -1 = relative last one items, as optional, by default is 1, but specifying >1 collects the elements in a collection. Example: select $path, traversedVertex(-1) from ( traverse out() from #9:1 while $depth < 10 )
lvca
added a commit
that referenced
this issue
Oct 16, 2015
fixed error getting connection from pool
Closed
2 tasks
5 tasks
Closed
tglman
added a commit
that referenced
this issue
Oct 10, 2024
…ackson.core-jackson-databind-2.13.4.1 chore(deps): bump jackson-databind from 2.13.4 to 2.13.4.1 in /agent
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is Issue 9 moved from a Google Code project.
Added by 2010-04-06T16:21:48.000Z by l.garu...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Enhancement, Priority-Low, kv
Original description
The text was updated successfully, but these errors were encountered: