sqlite/ext/ota
dan ef648698c8 Fix minor problems in the ota demo application.
FossilOrigin-Name: 6aaaec6e63cdf713b0d67e24a892088ff251c82a
2015-06-29 15:41:50 +00:00
..
ota.c Fix minor problems in the ota demo application. 2015-06-29 15:41:50 +00:00
ota1.test Allow OTA update state data to be stored in a database separate from the OTA update database. 2015-05-19 16:22:58 +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
ota6.test Fix a problem with OTA updates in the presence of database readers. 2015-02-18 17:40:05 +00:00
ota7.test
ota8.test
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
ota13.test Have OTA maintain a small LRU cache of UPDATE statements. This reduces the amount of time it spends compiling UPDATE if a single data_xxx table contains many different ota_control strings. 2015-04-23 18:14:21 +00:00
otaA.test Be sure to release any xShmLock locks held when closing an OTA handle. 2015-04-16 18:49:53 +00:00
otacrash.test Have OTA always specify SQLITE_CONFIG_URI when opening databases. Fix a test issue causing otacrash.test to fail. 2015-04-17 08:36:05 +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 minor problems in the ota demo application. 2015-06-29 15:41:50 +00:00
sqlite3ota.h Remove the sqlite3ota_open_v2() API. Add a new parameter to sqlite3ota_open() instead. 2015-05-19 17:48:11 +00:00
test_ota.c Remove the sqlite3ota_open_v2() API. Add a new parameter to sqlite3ota_open() instead. 2015-05-19 17:48:11 +00:00