Wilfried Goesgens
Wilfried Goesgens
Nice! Will it also be able to detect i.e. js template strings ala ``` AQL`RETURN ${foo}` ``` ?
Hi, ArangoDB uses [ICU](https://icu.unicode.org/) Version 64 for sorting, which is applying [lexicographic sorting](https://en.wikipedia.org/wiki/Lexicographic_order).
https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/Function/ArrayFunctions.cpp is the current place of implementation of `SORTED`. in 3.10 it was here: https://github.com/arangodb/arangodb/blob/3.10/arangod/Aql/Functions.cpp#L5581 and its code hasn't changed except for the location.
Please remember adding rta-makedata tests, so dump & restore can be tested as well.