Skip to content

Commit dd826e8

Browse files
committed
Raise version to 1.4.5-os
1 parent 9c6254f commit dd826e8

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
### cordova-sqlite-storage 1.4.5-os
4+
5+
- Added support for multiple connections to the same database (enable some concurrency)
6+
37
### cordova-sqlite-storage 1.4.5
48

59
- Log/error message fixes; remove extra qid from internal JSON interface

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
* OutSystems' version of SQLite cordova adapter
2+
3+
SQLite cordova interface based on =storage-master= branch of [[https://github.com/litehelpers/Cordova-sqlite-storage][litehelpers / Cordova-sqlite-storage]] customized to provide:
4+
5+
- Support for multiple transactions running concurrently (using multiple connections)
6+
7+
Below is an updated version of the source branch's README for further documentation, as of the last merge.
8+
9+
* Original README information
10+
111
# Cordova/PhoneGap sqlite storage adapter
212

313
Native interface to sqlite in a Cordova/PhoneGap plugin for Android, iOS, and Windows, with API similar to HTML5/[Web SQL API](http://www.w3.org/TR/webdatabase/).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-sqlite-storage",
3-
"version": "1.4.5",
3+
"version": "1.4.5-os",
44
"description": "Native interface to SQLite for PhoneGap/Cordova",
55
"cordova": {
66
"id": "cordova-sqlite-storage",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-sqlite-storage"
5-
version="1.4.5">
5+
version="1.4.5-os">
66

77
<name>Cordova sqlite storage plugin</name>
88

0 commit comments

Comments
 (0)