PR16834: review comment

@techknowlogick a short note to mention that this review comment of PR16834 can be fixed by replacing Asc("id") with Asc("id", "key") so that the caller can predict the order in which the results are returned.

My 2cts :wink:

1 Like

This was resolved by returning a map instead of an array so the order in which the rows are returned no longer matter.

Sorting was removed:

1 Like