Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/ota/ota.c
2015-07-23
| ||
20:44 | Renamed to ext/rbu/rbu.c. Change the name of the OTA extension to RBU: Resumable Bulk Update. (check-in: [017c5019e1] user: drh branch: trunk, size: 0) | |
2015-06-29
| ||
15:41 | [3a849c3b0a] part of check-in [6aaaec6e63] Fix minor problems in the ota demo application. (check-in: [6aaaec6e63] user: dan branch: trunk, size: 3756) | |
2015-04-23
| ||
19:38 | [c47352838b] part of check-in [a1a2b4a2ef] Fix a problem in the "ota" utility program causing it to crash if SQLite failed to open the target database. (check-in: [a1a2b4a2ef] user: dan branch: ota-update, size: 3753) | |
2015-03-05
| ||
16:21 | [feb0a11f72] part of check-in [46119e8d8e] Fix some problems with OTA and empty target databases, or target databases with the wrong set of tables. Also add SQLITE_FCNTL_VFSNAME support to the OTA VFS. (check-in: [46119e8d8e] user: dan branch: ota-update, size: 3757) | |
2014-09-18
| ||
14:48 | [c11a85af71] part of check-in [e3943fa7bb] Add an API to query an ota handle for the total number of key/value operations performed so far. (check-in: [e3943fa7bb] user: dan branch: ota-update, size: 3375) | |
2014-09-04
| ||
11:03 | [d37097e92a] part of check-in [071f7f2dec] Avoid calling sqlite3OsFetch() on a file-handle for which the xFetch method is NULL. (check-in: [071f7f2dec] user: dan branch: ota-update, size: 3182) | |
2014-09-03
| ||
08:25 | Added: [4b48add949] part of check-in [ffa1524ef2] Add a command line program that uses the extension. This serves as example code and is also useful for performance testing. (check-in: [ffa1524ef2] user: dan branch: ota-update, size: 3030) | |