-
If you are adding sql statements to a queue out side of the actually transaction this causes a race condition. The WebSQL transaction automatically closes once it does not have any other statements e…
-
I have just tested using this shim in a UIWebView in iOS8 and it does not work. It works fine in iOS7 UIWebView. And while Safari iOS8 actually has indexedDB support now it seems the UIWebView still d…
-
Hello, I am using a lib with the IndexedDBShim on Android, but when I use the method all() .. the query is very slow.
Using debbug could tell he does a select for each document, I have 3000 documents …
torto updated
9 years ago
-
I seem to be struggling with Dexie.js on an iPad. Can anyone please help me figure out why this code is seems fine on chrome but won't work on an ipad? If i comment out the folder store, it seems to…
ghost updated
9 years ago
-
Safari implemented a broken [IndexedDB in 7.1](http://caniuse.com/#feat=indexeddb). Would it be possible to force the shim in 7.1 as well as 8 #167?
The shim works in Safari
-
I've tried to create an index with multiple keys:
```
createIndex('channelProgrammes',['date','channel'],{unique:false});
```
but it doesn't work, i've noticed that this shim supports only simple ke…
-
Even gzipped, it's gotten a little big. (37.55KB for pouchdb-3.0.1.min gzipped.)
I can't really think of any way to make it smaller, except by removing functionality, though.
-
**[Mingle Card: 3330](https://liquidframeworks.mingle.thoughtworks.com/projects/alpine_mobile/cards/3330)**
```
| | |
|-|-|
|Pull Request:|
[1427](https://github.com/Liquidframeworks/alpine-mobile…
-
Looks like a lot of people are using this code, and it may help to get more admins on this projects so that the pull requests are accepted fast.
@DickvdBrink, what do you think ?
-
Hey, thank you for this great project!
I have found that it doesn't work on Android's stock Browser (not Chrome) on android 2.3 (2.3.7 to be more specific).
I tracked the issue down to the implement…