Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/rbu/test_rbu.c
2025-03-06
| ||
13:38 | [8b6e64e486] part of check-in [205979813c] Cygwin-centric fixes from Jan Nijtmans. (check-in: [205979813c] user: stephan branch: cygwin-fixes, size: 11643) | |
2024-07-30
| ||
15:49 | [b9727c3394] part of check-in [6e5bb48a74] First attempt at getting the build to work with Tcl 9.0. (check-in: [6e5bb48a74] user: drh branch: tcl9, size: 11637) | |
2022-11-07
| ||
18:00 | [ee6ede7514] part of check-in [ebbb1f88e7] Add the sqlite3rbu_rename_handler() API. To override the default routine that RBU uses to rename files. (check-in: [ebbb1f88e7] user: dan branch: trunk, size: 11834) | |
2018-12-10
| ||
08:41 | [03f6f17709] part of check-in [c878d74173] Fix a problem with using "<db>-vacuum" (the default) as the state database when resuming an RBU vacuum. (check-in: [c878d74173] user: dan branch: trunk, size: 10375) | |
2018-03-22
| ||
17:13 | [baa23eb284] part of check-in [eb4f452e35] Fix an RBU problem causing errors when updating tables with default collation sequences that require quoting (e.g. COLLATE "ICU_root-u-kn-on"). (check-in: [eb4f452e35] user: dan branch: trunk, size: 10323) | |
2017-09-05
| ||
16:24 | [7073979b9c] part of check-in [7fdd629830] Add experimental API sqlite3rbu_temp_size_limit(). For limiting the amount of temporary disk space RBU uses. (check-in: [7fdd629830] user: dan branch: trunk, size: 10236) | |
2017-06-13
| ||
16:52 | [ec18cfc69a] part of check-in [c433672dd8] Fix sqlite3rbu_close() so that the pzErrmsg parameter may be passed NULL. (check-in: [c433672dd8] user: dan branch: trunk, size: 9617) | |
2016-08-11
| ||
18:05 | [5aa22616af] part of check-in [ed406d31ff] 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(). (check-in: [ed406d31ff] user: dan branch: trunk, size: 9457) | |
2016-07-29
| ||
01:31 | [1a6bbc6982] part of check-in [bc8c9b55dd] Add macro necessary for building several extensions when the __stdcall calling convention is not in use. (check-in: [bc8c9b55dd] user: mistachkin branch: callbackConv, size: 9430) | |
2016-07-28
| ||
23:54 | [fc84cd6aae] part of check-in [df2543652b] Use the SQLITE_TCLAPI macro in several extensions that were missed in the previous check-in. (check-in: [df2543652b] user: mistachkin branch: callbackConv, size: 9371) | |
14:37 | [c2c1859dfd] part of check-in [e8be3dfeab] Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. (check-in: [e8be3dfeab] user: mistachkin branch: callbackConv, size: 9287) | |
2016-07-01
| ||
12:39 | [9f043b74c4] part of check-in [92e7df0ff5] 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. (check-in: [92e7df0ff5] user: dan branch: rbu-state-api, size: 9137) | |
2016-04-25
| ||
19:25 | [9bbdf6bd8e] part of check-in [7dd48c1079] Update the RBU vacuum code so that databases that use custom collation sequences can be vacuumed. (check-in: [7dd48c1079] user: dan branch: trunk, size: 8622) | |
2016-04-15
| ||
20:46 | [430b8b9520] part of check-in [0216b48f28] Add the experimental sqlite3rbu_vacuum() API function. For opening an RBU handle that rebuilds a database from scratch. (check-in: [0216b48f28] user: dan branch: rbu-vacuum, size: 8120) | |
2016-03-18
| ||
18:56 | [3505641a78] part of check-in [1a1b69e87e] Change the name of the new API on this branch to "sqlite3_bp_progress". Add tests and documentation for the same. (check-in: [1a1b69e87e] user: dan branch: rbu-percent-progress, size: 7388) | |
2016-03-17
| ||
21:06 | [5b6d31af18] part of check-in [ffc58d2c25] Add an API to indicate the percentage progress of an rbu update. (check-in: [ffc58d2c25] user: dan branch: rbu-percent-progress, size: 7397) | |
2015-10-21
| ||
08:26 | [4a4cdcef4e] part of check-in [b9c4aa5211] Add extra debugging function to test_rbu.c. Enhance the documentation for sqlite3rbu_db() to define the validity of the returned database handles. (check-in: [b9c4aa5211] user: dan branch: trunk, size: 7010) | |
2015-08-13
| ||
18:26 | [2a3652241f] part of check-in [851a875ad6] Add the sqlite3rbu_savestate() function to the rbu extension. To force rbu to save its state to disk without closing the sqlite3rbu* handle. (check-in: [851a875ad6] user: dan branch: trunk, size: 6345) | |
2015-07-23
| ||
20:44 | Renamed and modified ext/ota/test_ota.c → ext/rbu/test_rbu.c. [f99698956c] part of check-in [017c5019e1] Change the name of the OTA extension to RBU: Resumable Bulk Update. (check-in: [017c5019e1] user: drh branch: trunk, size: 6107) | |