me-box / zestdb

ZestDB
MIT License
18 stars 3 forks source link

/[id]/since/[timestamp] does not order the data #6

Closed Toshbrown closed 6 years ago

Toshbrown commented 6 years ago

Not sure if this is a but or a "feature"

If you write data using "write at" out of order, then the data returned by /since is also out of order.

jptmoore commented 6 years ago

I will sort those on the timestamp before returning instead.

jptmoore commented 6 years ago

New image available for testing this.