- From: Jonas Sicking <notifications@github.com>
- Date: Mon, 21 Sep 2015 11:28:55 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Monday, 21 September 2015 18:29:59 UTC
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