mirror of https://gitee.com/bigwinds/arangodb
Added modification of Edges function to Changelog
This commit is contained in:
parent
672394969c
commit
c5a5e1fc23
|
@ -356,6 +356,15 @@ v2.6.0 (XXXX-XX-XX)
|
|||
|
||||
* REST Server: fix memory leaks when failing to add jobs
|
||||
|
||||
* 'EDGES' AQL Function
|
||||
|
||||
The AQL function EDGES got a new fifth option parameter.
|
||||
Right now only one option is available 'includeVertices' this is a boolean parameter
|
||||
that allows to modify the result of EDGES.
|
||||
Default is 'includeVertices: false' which does not have any effect.
|
||||
'includeVertices: true' modifies the result, such that
|
||||
{vertex: <vertexDocument>, edge: <edgeDocument>} is returned.
|
||||
|
||||
* INCOMPATIBLE CHANGE:
|
||||
|
||||
The result format of the AQL function `NEIGHBORS` has been changed.
|
||||
|
|
Loading…
Reference in New Issue