You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.

Identifier

Component

Issue

Solution

CSD-4354


When the CDS is queried with nondeterministic sorting options and the result is paginated, the CDS could return a different order for the same query result on different pages. This leads to records not being shown or shown twice in the AQ_AggregateList.

All aggregate queries now order by aggregate.objectId ascending by default as last order by statement, making the sort deterministic by default. A more detailed description can be found here.

  • No labels