Socket
Socket
Sign inDemoInstall

@capacitor-community/sqlite

Package Overview
Dependencies
1
Maintainers
42
Versions
238
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
24Next

5.4.2-1

Diff

Changelog

Source

5.4.2-1 (2023-10-17)

Chore

  • Update to @capacitor/core@5.4.1
  • Update to @capacitor/ios@5.4.1
  • Update to @capacitor/android@5.4.1

Bug Fixes

  • Android: optimize executeSet execution time
  • Android: optimize importFromJson execution time
jeepq
published 5.4.1 •

Changelog

Source

5.4.1 (2023-10-13)

Chore

  • Update to @capacitor/core@5.4.1
  • Update to @capacitor/ios@5.4.1
  • Update to @capacitor/android@5.4.1

Bug Fixes

  • Fix Two consecutive beginTransaction+commitTransaction calls results in an error on Android. issue#478
jeepq
published 5.4.0 •

Changelog

Source

5.4.0 (2023-10-05)

Chore

  • Update to @capacitor/core@5.4.0
  • Update to @capacitor/ios@5.4.0
  • Update to @capacitor/android@5.4.0

Added Features

  • Add Electron decryptDatabase method

Bug Fixes

  • Fix Electron setEncryptSecret
jeepq
published 5.2.5 •

Changelog

Source

5.2.5 (2023-09-28)

Bug Fixes

  • Fix Android pattern in extractColumnNames
jeepq
published 5.2.4 •

Changelog

Source

5.2.4 (2023-09-28)

Bug Fixes

  • Fix Bug: deleteSQL: Did not find column names in the WHERE Statement issue#470 all platforms
jeepq
published 5.2.3 •

Changelog

Source

5.2.3 (2023-09-03)

Chore

  • Update to @capacitor/core@5.2.3
  • Update to @capacitor/ios@5.2.3
  • Update to @capacitor/android@5.2.3

Bug Fixes

  • Remove console.log in definition.ts
jeepq
published 5.0.8 •

Changelog

Source

5.0.8 (2023-09-01)

Added Features

  • Add Tutorials Blog in README.md

Bug Fixes

  • Fix Cannot export encrypted database as plain JSON anymore issue#462
jeepq
published 5.0.7 •

Changelog

Source

5.0.7 (2023-08-22)

Added Features

  • 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.

Bug Fixes

  • 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

jeepq
published 5.0.7-2 •

Changelog

Source

5.0.7-2 (2023-08-10)

Bug Fixes

  • Fix Electron DELETE From when FOREIGN KEYS and sql_deleted column issue#445. Still to be fixed for Android
jeepq
published 5.0.7-1 •

Changelog

Source

5.0.7-1 (2023-08-09)

Bug Fixes

  • Fix iOS & Web(jeep-sqlite@2.4.0) DELETE From when FOREIGN KEYS and sql_deleted column issue#445. Still to be fixed for Android and Electron
  • Add support for Math functions iOS issue#446
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc