1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-03 16:53:36 +03:00

Do not exist the command-line shell if a ".read" command invokes a script that

contains two errors.  But reported on the mailing list.

FossilOrigin-Name: 2e5e65152758bc37439584ccba4c1b1c5ceb24f8
This commit is contained in:
drh
2012-12-01 20:21:22 +00:00
parent c5c0707970
commit 4d15a0d6d5
3 changed files with 8 additions and 8 deletions

View File

@@ -2711,7 +2711,7 @@ static int process_input(struct callback_data *p, FILE *in){
free(zSql);
}
free(zLine);
return errCnt;
return errCnt>0;
}
/*