Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Change the name of the new API on this branch to "sqlite3_bp_progress". Add tests and documentation for the same. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | rbu-percent-progress |
Files: | files | file ages | folders |
SHA1: |
1a1b69e87eb7d18f76f5b733e44da751 |
User & Date: | dan 2016-03-18 18:56:45.343 |
Context
2016-03-18
| ||
20:12 | Add further tests for sqlite3rbu_bp_progress(). Fix a problem in handling WITHOUT ROWID tables in the same. (check-in: 65e02368e2 user: dan tags: rbu-percent-progress) | |
18:56 | 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 tags: rbu-percent-progress) | |
10:29 | Add tests for the changes on this branch. Fix a problem with calls to the new progress indicator API made after an rbu update has been resumed. (check-in: bf82321724 user: dan tags: rbu-percent-progress) | |
Changes
Changes to ext/rbu/rbuprogress.test.
Changes to ext/rbu/sqlite3rbu.c.
Changes to ext/rbu/sqlite3rbu.h.
Changes to ext/rbu/test_rbu.c.