• Steven Allen's avatar
    query: make datastore ordering act like a user would expect · fb921787
    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
query.go 9.86 KB