Re: [sqlite] .timer command missing from CLI ?

2017-03-06 Thread Simon Slavin
On 15 Feb 2017, at 7:22pm, Simon Slavin wrote: > sqlite> .changes on > sqlite> .timer on > Error: unknown command or invalid arguments: "timer". Enter ".help" for help Fix now committed and distributed to beta-testers. The commands '.timer on' and '.timer off' once

Re: [sqlite] .timer command missing from CLI ?

2017-02-17 Thread Simon Slavin
On 17 Feb 2017, at 9:09pm, Scott Perry wrote: > In the future it would be most appreciated if problems with Apple's version > of SQLite were reported by Radar , doubly so > for pre-release versions of operating systems where the issues can be

Re: [sqlite] .timer command missing from CLI ?

2017-02-17 Thread Scott Perry
On Feb 15, 2017, at 11:46 AM, Simon Slavin wrote: > On 15 Feb 2017, at 7:39pm, Richard Hipp wrote: >> Are you saying it is the one built into MacOS - not one you obtained >> from https://www.sqlite.org/download.html? If so, can you provide me >> with

Re: [sqlite] .timer command missing from CLI ?

2017-02-15 Thread Simon Slavin
On 15 Feb 2017, at 7:39pm, Richard Hipp wrote: > Are you saying it is the one built into MacOS - not one you obtained > from https://www.sqlite.org/download.html? If so, can you provide me > with details of what OS version you are running, please? Answered privately because

Re: [sqlite] .timer command missing from CLI ?

2017-02-15 Thread Richard Hipp
On 2/15/17, Simon Slavin wrote: > > On 15 Feb 2017, at 7:17pm, Ben Newberg wrote: > >> Is that a homebrew version of 3.16.0? > > Not in any way. It’s one which comes with a very recent version of macOS: Are you saying it is the one built into MacOS

Re: [sqlite] .timer command missing from CLI ?

2017-02-15 Thread Simon Slavin
On 15 Feb 2017, at 7:17pm, Ben Newberg wrote: > Is that a homebrew version of 3.16.0? Not in any way. It’s one which comes with a very recent version of macOS: 180:Desktop simon$ which sqlite3 /usr/bin/sqlite3 180:Desktop simon$ uname -a Darwin

Re: [sqlite] .timer command missing from CLI ?

2017-02-15 Thread Ben Newberg
Is that a homebrew version of 3.16.0? SQLite version 3.16.0 2017-01-02 11:57:58 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. sqlite> .timer on sqlite> 3.15.1 was released on 2016-11-04, but it works on that

Re: [sqlite] .timer command missing from CLI ?

2017-02-15 Thread Richard Hipp
On 2/15/17, Simon Slavin wrote: > simon$ sqlite3 ~/Desktop/fred.sql > SQLite version 3.16.0 2016-11-04 19:09:39 > Enter ".help" for usage hints. > sqlite> .timer on > Error: unknown command or invalid arguments: "timer". Enter ".help" for Unable to recreate the problem.

[sqlite] .timer command missing from CLI ?

2017-02-15 Thread Simon Slavin
simon$ sqlite3 ~/Desktop/fred.sql SQLite version 3.16.0 2016-11-04 19:09:39 Enter ".help" for usage hints. sqlite> .timer on Error: unknown command or invalid arguments: "timer". Enter ".help" for help sqlite> .timer off Error: unknown command or invalid arguments: "timer". Enter ".help" for