Skip to content

Commit 81786aa

Browse files
author
Christopher J. Brody
committed
cordova-sqlite-legacy-core 1.0.0 - merge release with minor test/doc fixes
Merge branch 'cordova-sqlite-legacy-express-core' into cordova-sqlite-legacy-core
2 parents 2d0cce5 + 6d946d0 commit 81786aa

37 files changed

+1133
-3733
lines changed

AUTHORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- Fixes to support old Android versions by @nolanlawson
1717
- Thanks to Mark Oppenheim <[email protected]> for fixes to open/close callbacks and repeated open/close/delete operations
1818

19-
## iOS version
19+
## iOS/macOS version
2020

2121
- Original authors: @davibe (Davide Bertola <[email protected]>) and @joenoon (Joe Noon <[email protected]>)
2222
- Cordova 2.7+ port with background processing by @j3k0 (Jean-Christophe Hoelt <[email protected]>)

CHANGES.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changes
22

3+
##### cordova-sqlite-legacy-core 1.0.0
4+
5+
###### cordova-sqlite-legacy-express-core 1.0.2
6+
7+
- Use PSPDFThreadSafeMutableDictionary for iOS/macOS to avoid threading issue ref: litehelpers/Cordova-sqlite-storage#716
8+
9+
###### cordova-sqlite-legacy-express-core 1.0.1
10+
11+
- Fix bug 666 workaround to trigger ROLLBACK in the next event tick (needed to support version with pre-populated database on Windows)
12+
13+
###### cordova-sqlite-legacy-express-core 1.0.0
14+
15+
- Workaround solution to BUG litehelpers/Cordova-sqlite-storage#666 (hanging transaction in case of location reload/change)
16+
- selfTest simulate scenario & test solution to BUG litehelpers/Cordova-sqlite-storage#666 (also includes string test and test of effects of location reload/change in this version branch, along with another internal check)
17+
- Drop engine constraints in package.json & plugin.xml (in this version branch)
18+
- Remove Lawnchair adapter from this version branch
19+
- Support macOS platform with builtin libsqlite3.dylib framework in this version branch
20+
321
### cordova-sqlite-storage 1.4.0
422

523
- Now using cordova-sqlite-storage-dependencies for SQLite 3.8.10.2 Android/iOS/Windows

LICENSE.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ MIT or Apache 2.0
88

99
MIT or Apache 2.0
1010

11-
## iOS version
11+
## iOS/macOS version
1212

1313
MIT only
1414

15-
## Windows (8.1) version
15+
based on Phonegap-SQLitePlugin by @davibe (Davide Bertola <[email protected]>) and @joenoon (Joe Noon <[email protected]>)
16+
17+
includes and uses PSPDFThreadSafeMutableDictionary (PSPDFThreadSafeMutableDictionary.m <https://gist.github.com/steipete/5928916>) MIT license by @steipete (<https://gist.github.com/steipete>)
18+
19+
## Windows XX version
1620

1721
MIT or Apache 2.0
1822

@@ -22,3 +26,6 @@ by @doo (doo GmbH)
2226

2327
MIT License
2428

29+
## SQLite3
30+
31+
Public domain

Lawnchair-adapter/Lawnchair-sqlitePlugin.js

-201
This file was deleted.

0 commit comments

Comments
 (0)