Re: [sqlite] SQLite version 3.5.8

2008-04-16 Thread Dan
On Apr 17, 2008, at 12:23 AM, Ken wrote: > Sorry I should have been more clear: > > The amalgamation for 3.5.8 is missing the ability to build sqlite3 > shell command. > > The amalgamtion is missing configure/autoconf capability as well. > Where 3.5.7 had all of this. > > I was not so much c

Re: [sqlite] SQLite version 3.5.8

2008-04-16 Thread Ken
Sorry I should have been more clear: The amalgamation for 3.5.8 is missing the ability to build sqlite3 shell command. The amalgamtion is missing configure/autoconf capability as well. Where 3.5.7 had all of this. I was not so much concerned between zip vs .tar.gz format, but the content of

Re: [sqlite] SQLite version 3.5.8

2008-04-16 Thread Ken
Thanks Rich, I'm pretty familiar with both the amalgamation version and the full source. After the amalgamation failed! I built from the full source. I wasn't so concerned about the .zip .tar.gz thing as I was the content difference between the amalgamation for 3.5.7 vs 3.5.8... The 3.5.8 am

Re: [sqlite] SQLite version 3.5.8

2008-04-16 Thread Rich Shepard
On Wed, 16 Apr 2008, Ken wrote: > The download page does not have the almagamation in the .tar.gz format. > The zip version of the amalgamation does not contain the ./configure or > autoconf as did version 3.5.7. Ken, Why not grab the source tarball and build from that? I just did this and up

Re: [sqlite] SQLite version 3.5.8

2008-04-16 Thread D. Richard Hipp
On Apr 16, 2008, at 12:25 PM, Ken wrote: > > The download page does not have the almagamation in the .tar.gz > format. > The zip version of the amalgamation does not contain the ./configure > or autoconf as did version 3.5.7. > > The amalgamation (.zip) did not have the shell.c code. > > Was t

Re: [sqlite] SQLite version 3.5.8

2008-04-16 Thread Ken
The download page does not have the almagamation in the .tar.gz format. The zip version of the amalgamation does not contain the ./configure or autoconf as did version 3.5.7. The amalgamation (.zip) did not have the shell.c code. Was this intended ? Thanks, Ken "D. Richard Hipp" <[EMAIL PRO

[sqlite] SQLite version 3.5.8

2008-04-16 Thread D. Richard Hipp
SQLite version 3.5.8 is now available on the SQLite website http://www.sqlite.org/ The primary focus of this release is performance enhancements. But there are also some interface changes: * The sqlite3_randomness() interface has been added. * The sqlite3_context_db_handle() inter