Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add tests to improve code coverage of the RBU module. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ecb56b75a0e66462acdcce285b93f9fc |
User & Date: | dan 2019-05-08 18:49:51.870 |
Context
2019-05-08
| ||
19:06 | Avoid an excess register allocation in UPDATE, when possible. This improves speed (slightly) and reduces the code footprint. (check-in: 8658574e3f user: drh tags: trunk) | |
18:49 | Add tests to improve code coverage of the RBU module. (check-in: ecb56b75a0 user: dan tags: trunk) | |
17:27 | Provide the SQLITE_OMIT_CASE_SENSITIVE_LIKE_PRAGMA compile-time option to omit the case_sensitive_like pragma. This change, in combination with documentation changes, is the current solution to ticket [a340eef47b0cad5]. (check-in: eabe7f2d4f user: drh tags: trunk) | |
Changes
Changes to ext/rbu/rbufault3.test.
Added ext/rbu/rbumisc.test.
Changes to ext/rbu/rbutemplimit.test.
Changes to ext/rbu/rbuvacuum4.test.
Changes to ext/rbu/sqlite3rbu.c.