Differences From Artifact [c541e3bb52]:
- File src/stash.c — part of check-in [7b2350a86b] at 2019-08-31 18:09:41 on branch trunk — Avoid warning about extra call to db_end_transaction() by returning at the end of a complete block. (user: andybradford size: 26653) [more...]
To Artifact [05ee3753fe]:
- File src/stash.c — part of check-in [3ad81c3c49] at 2019-09-03 20:22:33 on branch trunk — Make calls to db_begin_write() instead of db_begin_transaction() where appropriate. (user: drh size: 26647) [more...]
| ︙ | |||
578 579 580 581 582 583 584 | 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 | - + |
void stash_cmd(void){
const char *zCmd;
int nCmd;
int stashid = 0;
undo_capture_command_line();
db_must_be_within_tree();
db_open_config(0, 0);
|
| ︙ |