microsoft / cordova-plugin-indexedDB

Cordova plugin for IndexedDB
Other
64 stars 17 forks source link

Upgraded IndexedDBShim to version 2.x #8

Open JamesMessinger opened 9 years ago

JamesMessinger commented 9 years ago

This PR updates the plugin to IndexedDBShim v2.0.1. This version contains several bug fixes as well as support for multi-entry index cursors. It also now includes a polyfill to enable compound keys in Internet Explorer (desktop and mobile).

Also, there's now an asynchronous WebSQL plugin available, which resolves many issues with the existing synchronous WebSQL plugin. However, the new plugin only supports the windows platform (not windows8 or wp8), and it only supports the x86 and arm architectures (not x64 or any cpu). For these reasons, I created a separate IndexedDB plugin that uses the new WebSQL plugin. I've also updated IndexedDBShim so that it works with both plugins.