Re: [sqlite] CLI .parameter command observations/request

2019-08-16 Thread Simon Slavin
On 16 Aug 2019, at 4:40pm, Martin wrote: > select * from sqlite_parameters You are expected to create this table yourself, either directly or by using one of the parameter commands. See This sequence works. You should be able to use it to

[sqlite] CLI .parameter command observations/request

2019-08-16 Thread Martin
Hi, first a thankyou to everyone who helped with my 'date check clause' post. This time I am grappling with the precompiled CLI .parameter command. (The first line in the param.cli file is .echo on) SQLite version 3.29.0 2019-07-10 17:32:03 sqlite> .read param.cli .tables -- select * from