-
The most obvious thing is they changed the case from IndexedDBShim.js to indexeddbshim.js.
Which means any previous auto fetch stuff is not going to work (I believe it is auto pulled if not found in s…
-
Hi,
I am having an application where i have keep track of how many number of instance of that application has been opened .
what i do in my app is ,i keep counter and that counter get incremented when…
-
Original [issue 921](https://code.google.com/p/foxtrick/issues/detail?id=921) created by [convincedd](mailto:convincedd@gmail.com) on 2012-03-10T21:22:45.000Z:
i think we stored to much now there. or…
-
You already call onerror callback on transaction. So solution might be to add:
``` js
idbModules.util.callback("onerror", me.db, evt);
```
to https://github.com/axemclion/IndexedDBShim/blob/master/s…
-
**[Mingle Card: 3356](https://liquidframeworks.mingle.thoughtworks.com/projects/alpine_mobile/cards/3356)**
Narrative
---------
The current upversioning logic is a disjointed rube-goldberg machine. F…
-
Hello PouchDb team,
We want to build an App that uses a user input to search through about 50.000 documents.
What would you suggest:
- A remote service data call or use local PouchDb?
- use TypeAhead…
-
See https://github.com/dfahlander/Dexie.js/issues/77
-
[**TONS** of bugs have been fixed](https://github.com/axemclion/IndexedDBShim/issues/178#issuecomment-93052746) in IndexedDBShim lately. Please update this plugin to with the latest version of [index…
-
Hi,
First of all, thanks for that huge works.
I don't have great knowledge regarding Cordova. I have two questions. If you may response to them when you are available, I would be appreciated.
I wo…
efkan updated
9 years ago
-
Due to this, could not upgrade from IndexedDBShim 0.x to 2.0 in my project.
Looks like IndexedDBShim doesn't like passing 'null' instead of undefined as keyRange parameters and such.
Even after that…