Re: [sqlite] [sqlite-announce] SQLite version 3.8.7

2014-10-17 Thread Richard Hipp
Thanks for the report. The bug you found is probably harmless on most systems. But it is certainly worth fixing. http://www.sqlite.org/src/info/19fe4a0a475bd94 On Fri, Oct 17, 2014 at 5:11 PM, Peter Aronson wrote: > No big deal, but on line 885 of shell.c, did you really

Re: [sqlite] [sqlite-announce] SQLite version 3.8.7

2014-10-17 Thread Peter Aronson
No big deal, but on line 885 of shell.c, did you really mean to test if azArg (of type char**) was greater than 0 rather than not equal to 0? It throws a warning on Solaris 9 with the SUNPro compiler. On Friday, October 17, 2014 10:00 AM, D. Richard Hipp wrote: > > >SQLite