@capacitor-community/sqlite
Advanced tools
Changelog
5.0.8 (2023-09-01)
Changelog
5.0.7 (2023-08-22)
Add a paramater isSQL92 default to true in execute, executeSet, run and query methods for ELECTRON plugin ONLY. if set to false the statements you were using in sqlite3 based release will be converted to SQL92 statement. As this is time consuming, we will advise you to cereate SQL statement compliant to SQL92.
Add new methods (beginTransaction,commitTransaction,rollbackTransaction,isTransactionActive)
, that let you control the transaction process flow. In that case you MUST set the transition to false in any method you call.
Fix Android DELETE From when FOREIGN KEYS and sql_deleted column issue#445.
Fix SQL92 compatibility issue #451
Modify transaction
method to handle the new transaction process flow
fix Call stmt.run() for statement without return #457 PR from Guilherme Oliveira
Changelog
5.0.7-2 (2023-08-10)
Changelog
5.0.7-1 (2023-08-09)
Changelog
5.0.6 (2023-07-25)
Changelog
5.0.5 (2023-07-14)
Changelog
5.0.5-1 (2023-07-01)
Changelog
5.0.4 (2023-06-29)
@journeyapps/sqlcipher
and sqlite3
packagesbetter-sqlite3-multiple-ciphers
packageelectron-json-storage
package to store the passphrase for database encryption