Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
8 check-ins using file src/db.c version b6d25be1fb
|
2011-02-25
| ||
| 16:20 | Track file permission changes in the mlink table. Updating through this check-in requires a rebuild. check-in: 7f11789bf1 user: drh tags: trunk | |
| 14:49 | Add --vacuum, --wal, and --pagesize options to the "rebuild" command. check-in: e166ea6aeb user: drh tags: trunk | |
| 14:20 | Comment and documentation updates on the tagging mechanism. No substantive code changes. check-in: 80f89e3feb user: drh tags: trunk | |
| 01:27 | Another schema tweak to go with the previous check-in. This one will require a rebuild in order to use the new "parent" tag. But that functionality has not been installed, so there is no need to rebuild yet. check-in: e6740e9bad user: drh tags: trunk | |
| 01:19 | Modify the schema to allow additional space for hard-coded tag-ids. Updating to this version requires a "rebuild". check-in: f8b3d24759 user: drh tags: trunk | |
| 01:13 | Clarify the documentation for the operation of the "info" command. Ticket [74cfdb438a246e46] check-in: 828bf98aff user: drh tags: trunk | |
|
2011-02-24
| ||
| 23:41 | Immediately stop processing the "all" command if any individual operation fails, unless the --dontstop command-line option is used. check-in: f5a9e8e61e user: drh tags: trunk | |
| 23:26 | Add the --sqlstats command-line option for use in optimization work. Use a persistent prepared statement for a single query to reduce the number of calls to sqlite3_prepare() for the "update" command. check-in: b81112371c user: drh tags: trunk | |