sqlite/ext/rbu
2016-04-21 16:44:38 +00:00
..
rbu1.test Fix a problem detecting invalid values in the rbu_control column of an rbu database table. 2016-03-19 17:09:30 +00:00
rbu3.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbu5.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbu6.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbu7.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbu8.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbu9.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbu10.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbu11.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbu12.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbu13.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbu14.test Allow the RBU module to read data from appropriately named SQL views created within the RBU database. 2015-07-24 18:58:59 +00:00
rbu_common.tcl Update RBU to avoid repreparing a statement immediately after it is prepared. 2015-08-08 15:13:08 +00:00
rbu.c Add the -vacuum switch to the "rbu" demonstration program. 2016-04-18 09:17:05 +00:00
rbuA.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbuB.test Update RBU to avoid repreparing a statement immediately after it is prepared. 2015-08-08 15:13:08 +00:00
rbuC.test Add a new row type to RBU (a peer of insert, update and delete) - "delete then insert". 2016-03-07 17:39:30 +00:00
rbucrash.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbudiff.test Update the sqldiff tool so that it generates an rbu_count table. 2016-03-19 16:21:26 +00:00
rbufault2.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbufault3.test Add fault injection tests for rbu vacuum. Fix some problems revealed by the same. 2016-04-20 17:47:52 +00:00
rbufault.test Change the name of the OTA extension to RBU: Resumable Bulk Update. 2015-07-23 20:44:49 +00:00
rbufts.test Add extra tests for RBU and FTS3/4. 2015-08-01 18:18:21 +00:00
rbuprogress.test Update the sqldiff tool so that it generates an rbu_count table. 2016-03-19 16:21:26 +00:00
rbusave.test Add the sqlite3rbu_savestate() function to the rbu extension. To force rbu to save its state to disk without closing the sqlite3rbu* handle. 2015-08-13 18:26:09 +00:00
rbuvacuum.test If a call to sqlite3rbu_close() on an rbu handle opened by sqlite3rbu_vacuum() returns other than SQLITE_OK, delete the contents of the rbu_state table. This ensures that if an RBU vacuum operation either completes successfully or encounters an error, the next call to sqlite3rbu_vacuum() with the same parameters starts a new RBU vacuum operation. 2016-04-21 16:44:38 +00:00
sqlite3rbu.c If a call to sqlite3rbu_close() on an rbu handle opened by sqlite3rbu_vacuum() returns other than SQLITE_OK, delete the contents of the rbu_state table. This ensures that if an RBU vacuum operation either completes successfully or encounters an error, the next call to sqlite3rbu_vacuum() with the same parameters starts a new RBU vacuum operation. 2016-04-21 16:44:38 +00:00
sqlite3rbu.h If a call to sqlite3rbu_close() on an rbu handle opened by sqlite3rbu_vacuum() returns other than SQLITE_OK, delete the contents of the rbu_state table. This ensures that if an RBU vacuum operation either completes successfully or encounters an error, the next call to sqlite3rbu_vacuum() with the same parameters starts a new RBU vacuum operation. 2016-04-21 16:44:38 +00:00
test_rbu.c Add the experimental sqlite3rbu_vacuum() API function. For opening an RBU handle that rebuilds a database from scratch. 2016-04-15 20:46:41 +00:00