.. |
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
|
|
|
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
|
|
|
rbu7.test
|
|
|
rbu8.test
|
|
|
rbu9.test
|
|
|
rbu10.test
|
Fix some problems in RBU test cases. Also update RBU source code to better
|
2017-08-03 15:43:55 +00:00 |
rbu11.test
|
|
|
rbu12.test
|
|
|
rbu13.test
|
|
|
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
|
Fix a test script problem causing rbuvacuum.test to fail when run along with
|
2018-03-22 17:02:37 +00:00 |
rbu.c
|
Enhance the "rbu" command line utility a bit.
|
2018-04-20 20:37:25 +00:00 |
rbuA.test
|
Remove some 'breakpoint' commands in test files.
|
2017-07-19 18:01:42 +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 |
rbucollate.test
|
Fix an RBU problem causing errors when updating tables with default collation
|
2018-03-22 17:13:44 +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
|
Remove some 'breakpoint' commands in test files.
|
2017-07-19 18:01:42 +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
|
|
|
rbufault3.test
|
Fix some problems in RBU test cases. Also update RBU source code to better
|
2017-08-03 15:43:55 +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
|
Fix some problems in RBU test cases. Also update RBU source code to better
|
2017-08-03 15:43:55 +00:00 |
rbufts.test
|
Fix some problems in RBU test cases. Also update RBU source code to better
|
2017-08-03 15:43:55 +00:00 |
rbumulti.test
|
Add test cases for running multiple RBU operations within the same process
|
2018-01-11 16:16:03 +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 |
rbutemplimit.test
|
Add experimental API sqlite3rbu_temp_size_limit(). For limiting the amount of
|
2017-09-05 16:24:38 +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 sqlite3rbu_close() so that the pzErrmsg parameter may be passed NULL.
|
2017-06-13 16:52:34 +00:00 |
sqlite3rbu.c
|
Fix an RBU problem causing errors when updating tables with default collation
|
2018-03-22 17:13:44 +00:00 |
sqlite3rbu.h
|
Add experimental API sqlite3rbu_temp_size_limit(). For limiting the amount of
|
2017-09-05 16:24:38 +00:00 |
test_rbu.c
|
Fix an RBU problem causing errors when updating tables with default collation
|
2018-03-22 17:13:44 +00:00 |