if i have a object query the sorting does not work and it will be always sorted by objectId, independent of the order by statement.
The reason is, that the result object will be stored as key in a map and so sorting is always disabled. (CdbQuery.cpp Line 97 ff).
if i have a object query the sorting does not work and it will be always sorted by objectId, independent of the order by statement.
The reason is, that the result object will be stored as key in a map and so sorting is always disabled. (CdbQuery.cpp Line 97 ff).