axemclion / jquery-indexeddb

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

broken out version of the patch I sent earlier #2

Closed drhuettl closed 12 years ago

drhuettl commented 12 years ago

I forked Juzer's tree, applied my changes on top of it, and broke it up into smaller commits.

axemclion commented 12 years ago

One problem I see in this code is that the onsuccess handler is called before the onupgradeneeded handler when opening the database. The onupgradeneeded should be called before onsuccess

axemclion commented 12 years ago

Cannot be merged as it fails test cases. However, all the requirements were done in commit SHA: 99ee4ff8a210f57085b3fc3dfa0b63c81e05bdd0 Closing this request