sqlite/ext/ota
dan ee9fa4af15 Fix some problems with resuming ota updates if saving the state is interrupted by a power failure or system crash.
FossilOrigin-Name: 6d5ed70d0dbabe9c2ab2f2dba47747d17d937781
2015-02-21 20:08:25 +00:00
..
ota.c Add an API to query an ota handle for the total number of key/value operations performed so far. 2014-09-18 14:48:38 +00:00
ota1.test Ensure the mutex used to protect the linked list of all main database files opened by a single ota vfs is allocated. 2015-02-19 19:59:35 +00:00
ota3.test Add tests for a couple of previously untested branches in the ota code. 2015-02-19 13:36:02 +00:00
ota5.test Add further tests to ota5.test. Add "ota.test", for running all ota tests. 2014-09-19 18:08:39 +00:00
ota6.test Fix a problem with OTA updates in the presence of database readers. 2015-02-18 17:40:05 +00:00
ota7.test Update the ota extension so that it can be used to update tables with external PRIMARY KEY indexes. 2014-11-20 17:37:08 +00:00
ota8.test Add the "ota_delta()" feature for delta-compressed updates. 2014-11-20 19:19:02 +00:00
ota9.test Allow the ota extension to write to tables with no PRIMARY KEY declaration. 2014-12-06 19:30:41 +00:00
ota10.test Change a comment in sqlite3ota.h to make it clear that it is not possible to insert a NULL value into an INTEGER PRIMARY KEY column using ota. 2015-02-05 17:46:19 +00:00
ota11.test Add ota tests to increase code coverage. Fix some minor issues in error handling within the ota code. 2015-02-18 20:16:15 +00:00
ota12.test Add new file ota12.test, containing tests for applying ota updates to live databases with other active reader/writer clients. 2015-02-18 20:17:14 +00:00
otaA.test Add further tests and fixes for ota. 2015-02-16 11:48:34 +00:00
otacrash.test Fix some problems with resuming ota updates if saving the state is interrupted by a power failure or system crash. 2015-02-21 20:08:25 +00:00
otafault.test Add ota tests to increase code coverage. Fix some minor issues in error handling within the ota code. 2015-02-18 20:16:15 +00:00
otafault2.test Add tests for a couple of previously untested branches in the ota code. 2015-02-19 13:36:02 +00:00
sqlite3ota.c Fix some problems with resuming ota updates if saving the state is interrupted by a power failure or system crash. 2015-02-21 20:08:25 +00:00
sqlite3ota.h Add some missing comments and fix other minor code issues in sqlite3ota.c. 2015-02-20 14:36:16 +00:00
test_ota.c Add tests for a couple of previously untested branches in the ota code. 2015-02-19 13:36:02 +00:00