SQLite

All files named ”test/bitvec.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/bitvec.test

2020-07-29
16:18
[7e5c19c171] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 5029)
2009-04-01
23:49
[75894a8805] part of check-in [ca3aa3ba7d] Increase test coverage of bitvec.c slightly. Fix the line length on a comment in bitvec.c. (CVS 6432) (check-in: [ca3aa3ba7d] user: drh branch: trunk, size: 5028)
2008-11-19
18:30
[ecea9aa315] part of check-in [e058f50937] Update the SECURE_DELETE code to track the latest changes in the pager. (CVS 5928) (check-in: [e058f50937] user: drh branch: trunk, size: 4886)
2008-03-21
16:45
[62a512c3f7] part of check-in [2498d3ea36] Add a completely new testing system for the Bitvec object. The new testing system uses sqlite3_test_control() instead of unpublished APIs. Now provides 100% condition/decision coverage. Obscure bugs in Bitvec found and fixed as a result of the enhanced coverage. (CVS 4902) (check-in: [2498d3ea36] user: drh branch: trunk, size: 4899)
2008-02-18
14:47
Added: [52a1caf5b4] part of check-in [7c57bdbcdb] Add the Bitvec object for tracking which pages have been journalled. This reduces memory consumption and runs faster than the bitmap approach it replaced. (CVS 4794) (check-in: [7c57bdbcdb] user: drh branch: trunk, size: 5005)