SQLite

Check-in [ef08ecceb7]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update the sqlite3ota_db() API to account for the fact that each OTA handle now uses two SQLite database handles.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | ota-update
Files: files | file ages | folders
SHA1: ef08ecceb7e237a01af6cc3141dccee09ffe9ae3
User & Date: dan 2015-02-23 15:02:13.758
Context
2015-02-23
15:41
Change SQLITE_FCNTL_ZIPVFS_PAGER to SQLITE_FCNTL_ZIPVFS. (check-in: f7865b9428 user: dan tags: ota-update)
15:02
Update the sqlite3ota_db() API to account for the fact that each OTA handle now uses two SQLite database handles. (check-in: ef08ecceb7 user: dan tags: ota-update)
12:22
Improve tests for resuming ota updates following power failures. Fix a problem revealed by the same. (check-in: 1cb675e539 user: dan tags: ota-update)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/ota/sqlite3ota.c.
Changes to ext/ota/sqlite3ota.h.
Changes to ext/ota/test_ota.c.