Differences From Artifact [5abd983282]:
- File src/shell.c — part of check-in [030035345c] at 2012-02-07 16:20:27 on branch trunk — Update the built-in SQLite and SQL command-line shell to the latest code from the SQLite trunk. (user: drh size: 93829) [more...]
To Artifact [3d9378a4c1]:
- File src/shell.c — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 93871)
| ︙ | |||
3050 3051 3052 3053 3054 3055 3056 | 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 | + + + + + |
}
set_table_name(&data, 0);
if( data.db ){
sqlite3_close(data.db);
}
return rc;
}
/*
* vim:ts=2:sts=2:et:sw=2:ft=c
*/
|