indexeddbshim / IndexedDBShim

A polyfill for IndexedDB using WebSql
Other
968 stars 191 forks source link

getAll implementation is missing #232

Closed nirgit closed 7 years ago

nirgit commented 8 years ago

Great job first of all.

Second, I did want to use the API getAll to retrieve all the "records" kept in the store, but saw that it wasn't implemented. Any chance of seeing this soon?

Thanks a lot & keep up the good work

brettz9 commented 7 years ago

Support has been added in master (along with the other missing APIs IDBObjectStore.getAllKeys, IDBObjectStore.getKey, IDBIndex.getAll/getAllKeys, IDBCursor.continuePrimaryKey).

However, I have not added any new tests for these, hoping as I may be able to, to get the full set of current W3C tests working again (and fully so). Feel free to open new issues with any particular bugs encountered.

Thanks for the report!