Skip to content

Applied Serialized mode instead of Multi-Thread mode to SQLite Connec…#53

Merged
hideki merged 1 commit intomasterfrom
fix/sqlite_serialize_mode
Sep 29, 2016
Merged

Applied Serialized mode instead of Multi-Thread mode to SQLite Connec…#53
hideki merged 1 commit intomasterfrom
fix/sqlite_serialize_mode

Conversation

@hideki
Copy link
Copy Markdown

@hideki hideki commented Sep 29, 2016

…tion mode.

https://www.sqlite.org/threadsafe.html
Serialized. In serialized mode, SQLite can be safely used by multiple threads with no restriction.

By applying Serialized mode, SQLiteDatabaseCorruptException: database disk image is malformed could be fixed.

…tion mode.

https://www.sqlite.org/threadsafe.html
Serialized. In serialized mode, SQLite can be safely used by multiple threads with no restriction.

By applying Serialized mode, [SQLiteDatabaseCorruptException: database disk image is malformed](https://github.com/couchbase/couchbase-lite-android/issues/985) could be fixed.
@hideki hideki merged commit 35235d0 into master Sep 29, 2016
@hideki hideki deleted the fix/sqlite_serialize_mode branch September 29, 2016 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant