[sqlite] Err

2015-02-25 Thread R.Smith
There is nothing unusual about the output - it looks exactly as expected (without knowing what is inside the tables referenced). As Igor already asked: Is there anything specific you find unusual? Is it the stats block that confuses you, but which you specifically requested with the ".stats

[sqlite] Err

2015-02-24 Thread Jonathan Camilleri
Unusual output when trying a SQL Select statement from the command line SQLite version 3.8.8.2 2015-01-30 14:30:45 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. sqlite> .open taxi-invoicing-db sqlite> .stats on

[sqlite] Err

2015-02-24 Thread Igor Tandetnik
On 2/24/2015 12:42 PM, Jonathan Camilleri wrote: > Unusual output when trying a SQL Select statement from the command line So what's unusual about it? What specifically seems to be the problem? -- Igor Tandetnik