- Fix Android app crashes when creating connection with wrong secret issue#105
- Fix ImportFromJson db is Locked issue#101
- update to @capacitor/core@2.4.7
- Fix issue#89 Android, iOS
- Fix issue#97
- Fix issue#84 Android
- Fix isDBOpen method Android
- isDBOpen method
- isConnection method
- isDatabase method
- getDatabaseList method
- isTable method
- addSQLiteSuffix method
- deleteOldDatabases method
- MigratingCordovaDatabases.md
- Fix Copy db from storage issue#77
- Fix Is there a way to connect to a db file, that not has the prefix SQLite.db issue#79
- Fix More precise error message on failing statements issue#82
- Fix Android export 'Partial' triggers
- Fix Data import where the ID is a UUID issue#75
- Fix Can't create my own DB Trigger issue#76
- Fix Compound primary Key when ImportFromJSON issue#71
- Update ImportExportJson
- Move to latest tag
- Fix isIdExists on Electron
- Readme all links to apps and docs
- importFromJson not working with REAL
- Fix 'build-electron' missing before publish
- update CHANGELOG
- Fix in definition.ts Since 2.4.9 in 2.9.0
- Fix documentation links from 'refactor' to 'master'
- update README and CHANGELOG
- Fix issue#64 create UNIQUE Indexes with combined columns
- update ImportExport documentation
- update README and CHANGELOG
- Fix issue#63 by removing encryption for Windows
- update README and CHANGELOG
- update to @capacitor/core@2.4.6
- remove Android permissions issue#60
- update usage docs
- update README and CHANGELOG
- fix Ionic-React-Usage.md documentation
- fix Ionic-Vue-Usage.md documentation
- update README and CHANGELOG
- update to @capacitor/core@2.4.5
- Ionic-React-Usage.md documentation
- Ionic-Vue-Usage.md documentation
- copyFromAssets
- update README and CHANGELOG
- importFromJson (Android, iOS, Electron)
- exportToJson (Android, iOS, Electron)
- isJsonValid (Android, iOS, Electron)
- getSyncDate (Android, iOS, Electron)
- update README and CHANGELOG
- Update the README and add a link to a Ionic/React app.
- update to @capacitor/core@2.4.4
- createConnection
- closeConnection
- open (non-encrypted DB)
- open (encrypted DB)
- close
- execute
- executeSet
- run
- query
- deleteDatabase
- createSyncTable
- setSyncDate
- isDBExists
- addUpgradeStatement
- in capSQLiteSet the values can be an any[] or any[][]
- Update the README and add a link to a Ionic/React app.
- Update the API documentation
- retrieveConnection (Wrapper Connection)
- retrieveAllConnections (Wrapper Connection)
- closeAllConnections (Wrapper Connection)
- fix rollback transaction in iOS
- createConnection
- closeConnection
- open (non-encrypted DB)
- open (encrypted DB)
- close
- execute
- executeSet
- run
- query
- deleteDatabase
- createSyncTable
- setSyncDate
- isDBExists
- addUpgradeStatement
- Android addUpgradeStatement backup and restore
- add addUpgradeStatement method
- add createSyncTable method
- add setSyncDate method
- update refactor app
- creating database directory in physical device
- app crash when querying non existing tables or columns
- update to @capacitor/core@2.4.3
- add Wrappers documentation (APIConnection && APIDBConnection)
- add
isDBExists,deleteDatabasemethods
- createConnection method
- closeConnection method
- SQLiteConnection Interface & Class
- SQLiteDBConnection Interface & Class
-
update to @capacitor/core@2.4.6
-
move it from tag latest to tag initial
- Fix README and CHANGELOG
- Fix Electron rebuild
- Fix Permission request Android issue#60
- Fix README and CHANGELOG
- Fix API.md
- update to @capacitor/core@2.4.5
- Fix README and CHANGELOG
- update to @capacitor/core@2.4.4
- Fix README
- Fix setSyncDate (iOS)
- Fix exportToJson (Android)
- Fix lastId to Int64 (iOS)
- Fix issue#59 ExportToJson
- update to @capacitor/core@2.4.3
- Fix issue#56 INSERT null value on iOS
- Stable release before looking at a refactor for solving issue#1
- Add Listener for request permissions (Android)
- Add Vue and Ionic/Vue demonstrating apps
- Update documentation
- Fix iOS plugin open bug
- Add addUpgradeStatement for version upgrade (Android)
- Fix README issue#47
- Add addUpgradeStatement for version upgrade (iOS & Electron)
- Add UgradeDatabaseVersion.md documentation
- Fix iOS plugin build failed
- Fix Android Trigger on multi-lines
-
Add docgen to generate API documentation
-
Add a trigger for last_modified in importFromJson method to update the last-modified field when a data in an another field is updated
- Split up capSQLiteOptions capSQLiteResult in multiple interfaces issue#4
- Fix podspec file name (iOS)
- Capacitor: update 2.4.2
- The electron plugin is now compatible with @capacitor-community/electron
- Fix Better permission request on Android issue#40
- Update APIdocumentation.md, .gitignore & .npmignore
- Fix bug in setSyncDate iOS & electron
- Capacitor: update 2.4.0
- Fix Android sqlite3_close issue#36
- Fix iOS encryption issue
- Fix iOS encryption issue
- Capacitor: update 2.4.0
- Fix Android sqlite3_close issue#36
- Publish from 2.3.0-beta3
- Rewrite the iOS Plugin to pass through SwiftLint
- Fix iOS issues due to the move to capacitor-community
- add API documentation
- modify ImportExportJson documentation
- Fix podspec file name
- give the ownership to capacitor-community
- rename the plugin from capacitor-sqlite to sqlite
- Capacitor: update 2.3.0
- Fix issue#31 Android query value array types MUST be an Array
- Fix issue#29 iOS exportToJson converting zero and empty string values to "NULL"
- Capacitor: update 2.2.1
- Fix return changes in IOS plugin when FOREIGN KEY and ON DELETE CASCADE
- Improve the readme
- Fix issue#26, issue#27 in IOS plugin If an insert query fails, all subsequent database commands fail
- Fix in IOS plugin the changes return in Run method (ON DELETE CASCADE)
- add Batch Execution with values (method executeSet)
- Capacitor: update 2.2.0
- Add Capitalization characters in IOS table column names issue#25
- Add import in two steps table schema & indexes and table data to importFromJson
- Fix issue#24
- Fix issue#23
- Fix issue#22 index column value
- Fix issue#22
- add FOREIGN KEY support in importFrom & exportTo Json
- Fix issue#20
- Fix issue#21
- SQLCipher: update 4.4.0
- fix issue#17 Android importFromJson inserting a large amount of data
- fix README
- capacitor: update to capacitor 2.1.0
- fix issue#16: Electron Databases get deleted with app update
- fix issue#15
- fix the readme, test-angular-jeep-capacitor-plugins link
- capacitor: update to capacitor 2.0.1
- add method IsDBExists to check if a database already exists
- add method IsJsonValid to validate the Json Object before proceeding
- add method exportToJson to download a database full or partial
- add method createSyncTable to create a synchronization table
- add method setSyncDate to store a syncronization date for partial export
- the delete database for safety issue requires now to open the database first
- add upload of image (base64 string) to the database
- add the management of NULL in the importFromJson method a NULL value as to be given with the "NULL" string
- add the lastId returned by the run method changes is now a JSON object {changes:number,lastId:number}
- add the transaction (begin and commit) to the run method
- fix the changes return by the execute method
- add importFromJson method to IOS Platform
- add importFromJson method to Android Platform
- add importFromJson method to Electron Platform
- Fix issue#6 commands return -1 when failure
- capacitor: update to capacitor 2.0.0
- android: update to androidX
- add a .gitignore file
- Add Electron Plugin based on sqlite3. Works only for non-encrypted databases
- capacitor: update to capacitor 1.5.2
- Fix Cursor not close in Android plugin
- fix README link to applications
- fix Plugin Name as CapacitorSQLite
- fix interface PluginRegistry
- Undeprecating the npm package to allow user to load only this capacitor plugin in there applications (advise by the Ionic Capacitor team)
- @capacitor/cli: update to 1.5.1
- @capacitor/core: update to 1.5.1
- @capacitor/ios: update to 1.5.1
- @capacitor/android: update to 1.5.1