-
Steven Allen authored
This applies orders hierarchically. Unfortunately, the interfaces had to be changed significantly to get this to work. For example `[OrderByValue{}, SortByKey{}]` *used* to re-sort by key, throwing away the value sort. Now, this acts like a normal database and `SortByKey` will only sort within equivalent values.
fb921787