Socket
Socket
Sign inDemoInstall

@capacitor-community/sqlite

Package Overview
Dependencies
2
Maintainers
43
Versions
238
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
24Next

5.6.1-1

Diff

Changelog

Source

5.6.1-1 (2024-02-22)

Remove Features

  • Remove the ability to run migrations:generate with the TypeOrm Cli as the way it has been implemented works from some Frameworks but not with Angular were developers could not anymore build there apps. see issue#516 Update 5.6.0.

Bug Fixes

  • Fix Electron Platform SQL92 false generates invalid SQL query issue#518
jeepq
published 5.6.0 •

Changelog

Source

5.6.0 (2024-02-17)

Chore

  • Update to @capacitor/core@5.6.0
  • Update to @capacitor/ios@5.6.0
  • Update to @capacitor/android@5.6.0
  • Update to @capacitor/cli@5.6.0
  • Update to jeep-sqlite@2.5.9

Added Features

  • Add the ability to run migrations:generate with the TypeOrm Cli outside the DOM Element to create the migrations files. Then the migrations are run inside the DOM Element to create and store the database in the DOM Element. For this add a script to the package.json file

     "scripts": {
       ...
    
       "typeorm:migration:generate": "npx typeorm-ts-node-esm migration:generate src/PATH_TO_MIGRATIONS/YOUR_MIGRATION_NAME -d src/PATH_TO_YOUR_DATASOURCE"
    
    
  • Add TypeORM-Usage-From-5.6.0.md documentation

Bug Fixes

  • Fix The jeep-sqlite element is not present in the DOM when trying to generate migration files via TypeOrm CLI issue#508
jeepq
published 5.5.2 •

Changelog

Source

5.5.2 (2024-01-25)

Chore

  • Update to jeep-sqlite@2.5.8

Bug Fixes

  • Fix exportToJson getSchema PRIMARY
  • Fix allow exportToJson when mode equals "full" and no "sync_table"
  • Fix out of memory since 1.9.0 issue#509 by upgrading sql.js to release 1.10.2
jeepq
published 5.5.1 •

Changelog

Source

5.5.1 (2024-01-22)

Bug Fixes

  • Fix exportToJson getSchema Exception issue#504
  • Fix returning is treated as a keyword in a string object discussion#503
jeepq
published 5.5.1-4 •

Changelog

Source

5.5.1-4 (2023-12-30)

Bug Fixes

  • iOS Fix getDatabaseList & getMigratableDbList
  • Android Fix getDatabaseList & getMigratableDbList
jeepq
published 5.5.1-3 •

Changelog

Source

5.5.1-3 (2023-12-29)

Bug Fixes

  • Android addSQLiteSuffix or moveDatabasesAndAddSuffix doesn't copy data inside the original database issue#497
jeepq
published 5.5.1-2 •

Changelog

Source

5.5.1-2 (2023-12-21)

Chore

  • Update to jeep-sqlite@2.5.5

Bug Fixes

  • Android ImportFromJSON handle id as String in deletion statements issue#495 (PR#496 By mmouterde)
jeepq
published 5.5.1-1 •

Changelog

Source

5.5.1-1 (2023-12-15)

Chore

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

Bug Fixes

  • Fix importFromJson on android fails to build SQL Statement with ' in values. issue#492
jeepq
published 5.5.0 •

Changelog

Source

5.5.0 (2023-12-13)

Chore

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

Bug Fixes

  • Deprecate Ionic-Angular-Usage.md
  • Deprecate Ionic-React-Usage.md
  • Deprecate Ionic-Vue-Usage.md
  • Update Application's links in Readme.md
  • importFromJson on android fails to build SQL Statement with ' in values. issue#492
jeepq
published 5.4.2-2 •

Changelog

Source

5.4.2-2 (2023-11-04)

  • Add nuxt3 kysely example PR#484 from DawidWetzler
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