David Fahlander
David Fahlander
Thanks! Basically a logout should be a client action only - it deletes the database and then tries to do an initial sync based on anonymous user to get schema...
> By the way. It would be very helpful for my solution having a Rest API call returning the timestamp of the last change for a given url and table...
Thanks for the reminder. It's in the current backlog. Currently much focus on Yjs support to be finalized first.
It depends what you do distinct on. If you want to list all unique names, you could use [uniqueKeys()](https://github.com/dfahlander/Dexie.js/wiki/Collection.uniqueKeys()), for example db.users.orderBy('name').uniqueKeys(). It would be equivalent to `SELECT DISTINCT name...
I could repro that my stackoverflow post didn't work. The reason is that dexie was still using IDBIndex.getAll() to fetch the data and we need to enforce IDBCursor based query...
Thank you for your feedback about the sidebar's scroll position. We're working intensively with the site. Today I added full text search in docs. And with that, it becomes even...
> The issue now is that when I search for Table. or .get I get a bunch of > fulltext search results, and not the list of Table.[methods], which was...
Closing this. Feel free to reopen.
It sounds as if the evaluation period of the user you are logging in as is expired. Login to https://manager.dexie.cloud and find the user you are logging in to. See...
Thanks for this feedback! I'll make sure the docs get updated.