..
rbu1.test
Add the sqlite3rbu_state() API. Used to determine the current state (creating OAL, ready to move OAL, incremental-checkpoint, finished or error) of an RBU operation.
2016-07-01 12:39:58 +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
Add the sqlite3rbu_state() API. Used to determine the current state (creating OAL, ready to move OAL, incremental-checkpoint, finished or error) of an RBU operation.
2016-07-01 12:39:58 +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
Add the sqlite3rbu_state() API. Used to determine the current state (creating OAL, ready to move OAL, incremental-checkpoint, finished or error) of an RBU operation.
2016-07-01 12:39:58 +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
rbucrash2.test
Fix another RBU case similar to the previous. This one for systems where the
2017-03-02 16:56:48 +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
Fix a bug in sqldiff causing it to confuse blobs zero bytes in size with NULL values.
2016-09-12 14:23:51 +00:00
rbudor.test
Avoid using the "direct overflow read" optimization to read large blobs if the
2016-10-21 10:49:39 +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
rbufault4.test
Fix a problem that could cause a spurious SQLITE_NOMEM error when attempting
2017-01-17 10:41:42 +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
Fix another RBU case similar to the previous. This one for systems where the
2017-03-02 16:56:48 +00:00
rburesume.test
Fix a problem preventing resumption of RBU operations after recovering from a
2017-01-13 18:24:37 +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
rbuvacuum2.test
Fix a problem that could cause a spurious SQLITE_NOMEM error when attempting
2017-01-17 10:41:42 +00:00
rbuvacuum.test
Fix an issue preventing RBU vacuum from working with virtual tables.
2016-06-01 10:37:50 +00:00
sqlite3rbu.c
Before beginning an incremental checkpoint in RBU, sync the directory
2017-03-03 16:51:46 +00:00
sqlite3rbu.h
Fix typos in comments. No changes to running code.
2016-08-27 20:21:51 +00:00
test_rbu.c
Add the "modeof=<filename>" URI parameter to os_unix.c - used to specify a file to copy permissions from when a new database is created. Also allow passing NULL as the second parameter to sqlite3rbu_vacuum().
2016-08-11 18:05:47 +00:00