Clemens Capitain
Clemens Capitain
QueryBuilder is intended to create an IDBKeyRange object. Simply call e.g. var keyrange = queryBuilder.$gt(20).compile; and use it in e.g. indexedDB.each(keyrange)
No, you can only use one index per query, this is a limitation of indexedDB. As a workaround you can use your first index to limit a query, then open...
This is due to the nature of promises which resolve only once, when there's a result (success or error). They don't pass thru following resultsets. IF You use pure firebase...
Please refer to indexeddb documentation https://developer.mozilla.org/en-US/docs/IndexedDB/Using_IndexedDB to learn how to create indexes (on array elements).
As proposed here https://developer.mozilla.org/en-US/docs/IndexedDB/Using_IndexedDB#Structuring_the_database it definitly is possible to solve your problem.
You've probably missed the brackets with $asc(), which takes a single boolean parameter indicating whether or not to include only unique values. Am 25.06.2014 14:19 schrieb "SkyQuant" [email protected]: > In...
Hello, sorry for late reply, was on vacation ;-) Sure, I'd appreciate someone taking over and continue this project.
@bramski: Sorry for not having moved the project yet, but the instructions given here https://github.com/bower/bower/issues/120 don't seem to work for me. Could you hint me in the right direction?