Overview
Artifact ID: | aa745bed57a99d5e9accc5108d3bd530dd0eafe8 |
---|---|
Ticket: | f0b04e1c551484b5f3c549fcfbcbfb93c430e0f0
"fossil sqlite3" behaves inconsistent |
User & Date: | anonymous 2011-01-18 15:02:10 |
Changes
- comment changed to:
<verbatim> $ mkdir test $ cd test $ fossil init test project-id: 5545d1358dffb32424958343acc90220c6a03ec7 server-id: 6ba5d397e66d52d97fd97befc18ccbff8e19b37a admin-user: joerg (initial password is "484064") $ fossil sqlite3 test fossil: use --repository or -R to specify the repository database $ fossil sqlite3 -R test test2 SQLite version 3.7.4 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> vacuum; sqlite> .quit $ ls test test2 </verbatim> The -R should not be required and either not be accepted or complain if given both a repository as positional argument and via -R. It would be nice if it accepted SQL commands as command line parameter like the standalone sqlite3 command. Handling EOF as implicit ; would be another minor improvement.
- private_contact changed to: "63070188043a9522ca95dca0d28c3b9eff7a697b"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: ""fossil sqlite3" behaves inconsistent"
- type changed to: "Code_Defect"