-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
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.