litehelpers / cordova-sqlite-evmax-ext-workers-legacy-build-free

Other
5 stars 0 forks source link

sqlBatch call is missing in this plugin version #4

Closed brodycj closed 6 years ago

brodycj commented 6 years ago

The sqlBatch call documented in https://github.com/litehelpers/Cordova-sqlite-storage#sql-batch-transactions is missing in this plugin version, needed to support efficient, atomic multi-statement transactions in place of "standard" (deprecated) Web SQL transactions. It is desired to deprecate and eventually remove support for "standard" Web SQL transactions due to problems discussed in https://github.com/litehelpers/cordova-sqlite-evplus-legacy-workers-free/issues/3, https://github.com/litehelpers/Cordova-sqlite-evcore-extbuild-free/issues/11, and https://github.com/litehelpers/Cordova-sqlite-storage/issues/690.

I will solve this with a merge when I get a chance, hopefully within 1-2 months.

brodycj commented 6 years ago

Now included by merge