sqlite/ext/rbu
dan 67da9239ba Avoid crashing when using an RBU VFS with a version 1 parent VFS.
FossilOrigin-Name: d149772d18c47bf986decb7e08d148b1d417bbcc8522fd6240ead836ec34074b
2023-01-12 19:11:41 +00:00
..
rbu1.test Fixes for cksmvfs and rbu so that they work together. 2021-05-06 20:47:49 +00:00
rbu3.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbu5.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbu6.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbu7.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbu8.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbu9.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbu10.test Avoid using LIKE with the target db in RBU. It is possible the user may issue "PRAGMA case_sensitive_like = 1" or override the like() user function, causing RBU to malfunction. 2021-08-04 11:29:18 +00:00
rbu11.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbu12.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbu13.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbu14.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbu_common.tcl Optimize some cases of restarting an RBU vacuum. 2019-05-04 20:04:42 +00:00
rbu.c Add NULL checks on all sqlite3_vfs_find(0) calls. This is not strictly 2021-06-15 15:15:40 +00:00
rbuA.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbuB.test Add new logging code SQLITE_NOTICE_RBU and use it when logging for the spurious error that RBU injects into SQLite as part of applying an update. 2022-12-12 17:33:36 +00:00
rbubusy.test Fix a test problem in rbubusy.test causing a crash under some circumstances. 2022-04-27 13:33:48 +00:00
rbuC.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbucollate.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbucrash2.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbucrash.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbudiff.test Fix a problem in sqldiff virtual table hanlding to do with tab and other non-space whitespace characters in the CREATE VIRTUAL TABLE statement. 2021-03-17 11:25:42 +00:00
rbudor.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbuexlock.test New test cases for rbu_exclusive_checkpoint query parameter. 2021-11-05 22:23:17 +00:00
rbuexpr.test Update RBU so that it supports indexes on expressions. 2019-07-26 20:33:23 +00:00
rbufault2.test Add tests for the RBU module. 2019-05-10 20:44:10 +00:00
rbufault3.test Add tests to improve code coverage of the RBU module. 2019-05-08 18:49:51 +00:00
rbufault4.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbufault.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbufts.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbumisc.test Add tests for the RBU module. 2019-05-10 20:44:10 +00:00
rbumulti.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbupartial.test Fix RBU handling of partial indexes with comments embedded in their CREATE INDEX statements. 2019-07-26 16:16:31 +00:00
rbupass.test Avoid crashing when using an RBU VFS with a version 1 parent VFS. 2023-01-12 19:11:41 +00:00
rbuprogress.test Fix a problem with RBU function sqlite3rbu_bp_progress() when used during an RBU vacuum. 2019-08-13 15:11:25 +00:00
rburename.test Add the sqlite3rbu_rename_handler() API. To override the default routine that RBU uses to rename files. 2022-11-07 18:00:18 +00:00
rburesume.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbusave.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbusplit.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rbutemplimit.test Add tests to improve code coverage of the RBU module. 2019-05-08 18:49:51 +00:00
rbuvacuum2.test Fix a problem with URI formatting in calls to sqlite3rbu_vacuum(zDb, NULL) causing problems on win32. First reported here <https://sqlite.org/forum/forumpost/a7ae915a9d>. 2022-11-08 20:04:05 +00:00
rbuvacuum3.test Fix a problem with the second and subsequent sqlite3rbu_savestate() calls made 2019-01-03 15:17:01 +00:00
rbuvacuum4.test Add tests to improve code coverage of the RBU module. 2019-05-08 18:49:51 +00:00
rbuvacuum.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
sqlite3rbu.c Avoid crashing when using an RBU VFS with a version 1 parent VFS. 2023-01-12 19:11:41 +00:00
sqlite3rbu.h Add the sqlite3rbu_rename_handler() API. To override the default routine that RBU uses to rename files. 2022-11-07 18:00:18 +00:00
test_rbu.c Add the sqlite3rbu_rename_handler() API. To override the default routine that RBU uses to rename files. 2022-11-07 18:00:18 +00:00