1
0
Fork 0

updated documentation

This commit is contained in:
Jan Steemann 2014-11-20 11:47:01 +01:00
parent 6d170ab3f5
commit 59cfae38b6
1 changed files with 8 additions and 0 deletions

View File

@ -105,6 +105,14 @@ Here is a summary of changes:
receive invalid arguments will then return `null`.
!SUBSECTION Nested FOR loop execution order
The query optimizer in 2.3 may permute the order of nested `FOR` loops in AQL queries,
provided that exchanging the loops will not alter a query result. However, a change
in the order of returned values is allowed because no sort order is guaranteed by AQL
(and was never) unless an explicit `SORT` statement is used in a query.
!SUBSECTION Changed return values of ArangoQueryCursor.getExtra()
The return value of `ArangoQueryCursor.getExtra()` has been changed in ArangoDB 2.3.