axemclion / jquery-indexeddb

An IndexedDB Plugin for Jquery.
Other
195 stars 71 forks source link

add support for ranges in objectStore.count/index.count. Fix Issue #53 #57

Open msmuenchen opened 10 years ago

msmuenchen commented 10 years ago

This PR fixes issue #53 by adding support for ranges in the count methods of objectStores and indexes. Code originally by @whodies.

whodies commented 10 years ago

The fix I suggested seems to cause problems with polyfill.