SQLite

Check-in [cdaeab467f]
Login

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

Overview
Comment:Have ota use imposter tables to write to indexes instead of the sqlite3_index_writer() interface. The error handling in this version is broken in a few small ways.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | ota-update
Files: files | file ages | folders
SHA1: cdaeab467f6aa3217be161377a9b78a4eec37093
User & Date: dan 2015-01-31 20:42:04.027
Context
2015-02-03
15:56
Remove "PRAGMA ota_mode". (check-in: 1c111447a0 user: dan tags: ota-update)
2015-01-31
20:42
Have ota use imposter tables to write to indexes instead of the sqlite3_index_writer() interface. The error handling in this version is broken in a few small ways. (check-in: cdaeab467f user: dan tags: ota-update)
02:34
Merge in support for the index_xinfo pragma. (check-in: f9b6dc7702 user: drh tags: ota-update)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/ota/otafault.test.
Changes to ext/ota/sqlite3ota.c.
Changes to src/main.c.