Re: [sqlite] shell core dumps on incomplete init file

2014-06-04 Thread Rob Golsteijn
>Dan Kennedy Wed, 04 Jun 2014 03:56:33 -0700 >On 06/04/2014 05:06 PM, Rob Golsteijn wrote: >> Hi List, >> I noticed that the sqlite shell core dumps when it is started with an init >> file that ends with an incomplete statement. >> >> Example: >> Init file called "my_init.sql"

Re: [sqlite] shell core dumps on incomplete init file

2014-06-04 Thread Dan Kennedy
On 06/04/2014 05:06 PM, Rob Golsteijn wrote: Hi List, I noticed that the sqlite shell core dumps when it is started with an init file that ends with an incomplete statement. Example: Init file called "my_init.sql" with the following contents: -- note that the line below is NOT

[sqlite] shell core dumps on incomplete init file

2014-06-04 Thread Rob Golsteijn
Hi List,   I noticed that the sqlite shell core dumps when it is started with an init file that ends with an incomplete statement.   Example: Init file called "my_init.sql"  with the following contents:     -- note that the line below is NOT a valid sqlite comment line, and hence an