.. |
ota1.test
|
Allow whereShortCut() to use the PRIMARY KEY index of a WITHOUT ROWID table to optimize a vector of "IS" operators in a WHERE clause.
|
2015-03-18 20:03:27 +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 |
ota.c
|
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.
|
2015-03-05 16:21:20 +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 |
otafault2.test
|
Add tests for a couple of previously untested branches in the ota code.
|
2015-02-19 13:36:02 +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 |
sqlite3ota.c
|
Ensure that filenames passed to the VFS xOpen() function are terminated by 2 '\0' bytes.
|
2015-04-17 17:00:52 +00:00 |
sqlite3ota.h
|
Add a comment to sqlite3ota.h. No code changes.
|
2015-04-21 15:35:30 +00:00 |
test_ota.c
|
Update the sqlite3ota_db() API to account for the fact that each OTA handle now uses two SQLite database handles.
|
2015-02-23 15:02:13 +00:00 |