SQLite

All files named ”test/dbselftest.c”
Login

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

History for test/dbselftest.c

2017-03-09
22:00
Deleted: Remove the test/dbselftest.c program. In its place, add the ".selftest" command to the CLI. The new CLI version is .selftest is slightly different in that it uses SHA3 hashing instead of SHA1, so the new is subtly incompatible with the old. (check-in: [f4fcd46f08] user: drh branch: trunk, size: 0)
2017-02-07
21:44
[b2e6cfac59] part of check-in [c8bfd99b96] When generating the hash on the sqlite_master table in dbselftest, use an ORDER BY clause, since the sqlite_master table is reordered by VACUUM. (check-in: [c8bfd99b96] user: drh branch: trunk, size: 23720)
20:51
[4bf86fe04d] part of check-in [e68829c9bb] The dbselftest utility now generates hashes in the selftest table with --init. It also accepts multiple database files on the command-line. (check-in: [e68829c9bb] user: drh branch: trunk, size: 23706)
17:36
Added: [eeb95d0993] part of check-in [1fcac8365e] Add the initial version of the "dbselftest" utility program. (check-in: [1fcac8365e] user: drh branch: trunk, size: 18870)