This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d3c8f2ac33
sqlite
/
ext
/
rbu
History
dan
9684d71081
Fix a test problem in rbubusy.test causing a crash under some circumstances.
...
FossilOrigin-Name: bc5bbd9fa636cc9ef0cbbc0600b8fc1404b9732670ac4e7a8b5a230fbce758d5
2022-04-27 13:33:48 +00:00
..
rbu1.test
Fixes for cksmvfs and rbu so that they work together.
2021-05-06 20:47:49 +00:00
rbu3.test
rbu5.test
rbu6.test
rbu7.test
rbu8.test
rbu9.test
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
rbu12.test
rbu13.test
rbu14.test
rbu_common.tcl
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
rbuB.test
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
rbucollate.test
rbucrash2.test
rbucrash.test
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
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
rbufault4.test
rbufault.test
rbufts.test
rbumisc.test
Add tests for the RBU module.
2019-05-10 20:44:10 +00:00
rbumulti.test
rbupartial.test
Fix RBU handling of partial indexes with comments embedded in their CREATE INDEX statements.
2019-07-26 16:16:31 +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
rburesume.test
rbusave.test
rbusplit.test
rbutemplimit.test
rbuvacuum2.test
Changes a test pattern for RBU so that it works regardless of whether newer
2021-11-23 22:28:09 +00:00
rbuvacuum3.test
rbuvacuum4.test
rbuvacuum.test
sqlite3rbu.c
Add the "static" qualifier to some internal functions in code for various SQLite extensions.
2021-12-01 11:03:50 +00:00
sqlite3rbu.h
test_rbu.c