1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2

This commit is contained in:
Jan Steemann 2014-08-27 19:39:13 +02:00
commit 5b20348d26
1 changed files with 1 additions and 0 deletions

View File

@ -1509,6 +1509,7 @@ static v8::Handle<v8::Value> EdgesQuery (TRI_edge_direction_e direction,
// argument is a list of vertices
if (argv[0]->IsArray()) {
documents = v8::Array::New();
v8::Handle<v8::Array> vertices = v8::Handle<v8::Array>::Cast(argv[0]);
uint32_t count = 0;
const uint32_t len = vertices->Length();