sqlBatch call is missing in this plugin version
brodycj opened this issue · 1 comments
brodycj commented
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 #3, storesafe/cordova-sqlite-evcore-extbuild-free#11, and storesafe/cordova-sqlite-storage#690.
I will solve this with a merge when I get a chance, hopefully within 1-2 months.
brodycj commented
Now included by merge