1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Updates to the command-line shell. Simplify the banner message. Add the

".save" command as an alias for ".backup".  When starting with no arguments,
include a banner message warning that the database is transient and in-memory
and mention the ".open" command.

FossilOrigin-Name: f5ad1e1bf2828c5da70c1ff944d8212036142e6f
This commit is contained in:
drh
2014-02-11 16:22:18 +00:00
4 changed files with 42 additions and 12 deletions

View File

@ -105,7 +105,7 @@ do_test shell1-1.7.1 {
set rc [lindex $res 0]
list $rc \
[regexp {SQLite version} $res] \
[regexp {Enter SQL statements} $res]
[regexp {Enter ".help" for usage hints} $res]
} {0 1 1}
# -batch force batch I/O