Re: [Jprogramming] sqlite addon

2017-03-21 Thread chris burke
Thanks, I can reproduce this and will fix On Tue, Mar 21, 2017 at 7:48 AM, Tom Arneson wrote: > I have a sqlite database with a table of gas purchase information > > > > NB. sqlhead works as expected when selecting a field using sql 'from' > > > > 1 sqlhead__db 'date from gaspur where car = 1' >

[Jprogramming] sqlite addon

2017-03-21 Thread Tom Arneson
I have a sqlite database with a table of gas purchase information NB. sqlhead works as expected when selecting a field using sql 'from' 1 sqlhead__db 'date from gaspur where car = 1' +--+ ¦date ¦ +--¦ ¦2015-12-02¦ +--+ 1 sqltail__db 'date from gaspur where c