Skip to content

Commit

Permalink
cordova-sqlite-ext doc updates
Browse files Browse the repository at this point in the history
NOTE: cordova-sqlite-ext 0.10.6 has incorrect -DSQLITE_THREADSAFE=1
build flag on iOS due to a mistake in the merge. This will be changed
to SQLITE_THREADSAFE=2 for iOS in the next release.

ADDITIONAL NOTE: plugin.xml has duplicate macOS ("osx") platform
section, also due to a mistake in the merge. The duplicate macOS
platform section will be removed from the next release.

ref: storesafe/cordova-sqlite-storage#703
  • Loading branch information
Christopher J. Brody committed Dec 20, 2017
1 parent ee4934c commit 0eb9dac
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 45 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## cordova-sqlite-ext 0.10.6

- SQLite 3.15.2 build with SQLITE_THREADSAFE=2 on macOS ONLY (SQLITE_THREADSAFE=1 on Android/iOS/Windows) and other flag fixes in this plugin version

##### cordova-sqlite-legacy-core 1.0.2

- Fix log in case of transaction waiting for open to finish; doc fixes
- SQLite 3.15.2 build with SQLITE_THREADSAFE=2 on iOS/macOS (SQLITE_THREADSAFE=1 on Android/Windows) and other flag fixes in this version branch to avoid possible malformed database due to multithreaded access ref: litehelpers/Cordova-sqlite-storage#703
- Windows 10 (UWP) build with /SAFESEH flag on Win32 (x86) target

###### cordova-sqlite-legacy-express-core 1.0.2
Expand Down
Loading

0 comments on commit 0eb9dac

Please sign in to comment.