storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.15k stars 715 forks source link

Transaction chunking #534

Open cjpearson opened 8 years ago

cjpearson commented 8 years ago

Transaction chunking was a feature of https://github.com/litehelpers/Cordova-sqlite-evplus-legacy-free, but that project is now considered legacy. Are there plans to add this feature to any of the active branches?

brodycj commented 8 years ago

This is under future consideration. Someone reported problems with big batches. I think the hardest part will be automatic verification that it works properly.

cjpearson commented 8 years ago

After looking into it further, I think Multi-part transactions is the feature I'm looking for. Is that also being considered?

brodycj commented 8 years ago

Yes this is under consideration for a new evplus version. It will probably be added without per-SQL statement callbacks. For priority feature requests you may contact sales@litehelpers.net for an estimate.