Re: [IndexedDB] Add locale-aware sorting (#38)

This means that we can't make an objectStore or a unique index be locale-sorted. Since whether two keys collide or not can change over time. In our implementation we only allow a non-unique indexes to be ordered using a specific (or auto) locale.

One problem in our API that I'd like to solve is that I think it should be possible to change the locale without upping the version of a database. I.e. if the user changes locale back and forth a few times, then that shouldn't require adding "artificial" version numbers to the database.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/38#issuecomment-142068469

Received on Monday, 21 September 2015 18:29:59 UTC