Differences From Artifact [b579ae9262]:
- File src/branch.c — part of check-in [7c527165a6] at 2012-10-28 21:38:51 on branch trunk — - finally, do the ++j update in looks_like_text() right - More consistancy in prompt handling: accept Capitals everywhere, use '(' not '[', and abbreviate yes/no to y/N everywhere (user: jan.nijtmans size: 13493) [more...]
To Artifact [0481ffeeb3]:
- File src/branch.c — part of check-in [407cd4c534] at 2012-11-20 02:05:24 on branch less-verbose-sync — Show much less output on a sync operation, unless the --verbose flag is given. (user: drh size: 13489) [more...]
︙ | |||
174 175 176 177 178 179 180 | 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 | - + | } /* Commit */ db_end_transaction(0); /* Do an autosync push, if requested */ |
︙ |