SQLite

View Ticket
Login
Ticket Hash: f5cb008a650a922180ab80d8b340fc0cbe0fb8d8
Title: Shell silently ignores extra parameters
Status: Fixed Type: Code_Defect
Severity: Minor Priority: Immediate
Subsystem: Shell Resolution: Fixed
Last Modified: 2009-11-11 04:17:15
Version Found In: 3.6.18
Description:
> sqlite3 ":memorydb:" "select 3" "select 4"
3

Cosmetically related the usage message says the parameter is SQL when dot commands are supported too (eg .dump).


shane added on 2009-11-11 04:17:15:
Fixed and added some test cases to very basic handling of command line options.

Check-in [09b4f19f10].