Re: [sqlite] SQLite version 3.6.17

2009-08-14 Thread Hugh Sasse
On Fri, 14 Aug 2009, Dan Kennedy wrote: > > On Aug 14, 2009, at 5:14 PM, Hugh Sasse wrote: > > > The upshot of my tests on Solaris9 was: > > > > WARNING: Multi-threaded tests skipped: Linked against a non- > > threadsafe Tcl build > > All memory alloc

Re: [sqlite] SQLite version 3.6.17

2009-08-14 Thread Hugh Sasse
The upshot of my tests on Solaris9 was: WARNING: Multi-threaded tests skipped: Linked against a non-threadsafe Tcl build All memory allocations freed - no leaks Memory used: now 0 max5727984 max-size 171798754 Page-cache used: now 0 max 13 max-size

Re: [sqlite] SQLite version 3.6.17

2009-08-13 Thread Hugh Sasse
On Thu, 13 Aug 2009, Mike Frysinger wrote: > On Thursday 13 August 2009 12:25:39 Hugh Sasse wrote: > > Well, I've found out why the tests aren't included in the amalgamated > > version. I think it is because it has taken over 5 hours to run the full > > test suite on th

Re: [sqlite] SQLite version 3.6.17

2009-08-13 Thread Hugh Sasse
Well, I've found out why the tests aren't included in the amalgamated version. I think it is because it has taken over 5 hours to run the full test suite on the Solaris9 box I have, and they are not finished yet. I've not noticed any failures yet though; hopefully I can give a report tomorrow.

Re: [sqlite] SQLite version 3.6.17

2009-08-13 Thread Hugh Sasse
On Thu, 13 Aug 2009, Dan Kennedy wrote: > On Aug 13, 2009, at 4:58 PM, Hugh Sasse wrote: > > > Thanks. I think even if they don't change this, and they clearly > > have reasons for how things are, then clarity about maintenance > > would be useful. > > It

Re: [sqlite] SQLite version 3.6.17

2009-08-13 Thread Hugh Sasse
On Thu, 13 Aug 2009, Mike Frysinger wrote: > On Thursday 13 August 2009 05:04:26 Hugh Sasse wrote: > > On Wed, 12 Aug 2009, Mike Frysinger wrote: > > > On Monday 10 August 2009 11:51:40 Hugh Sasse wrote: > > > > Make check doesn't do anything. My reading of Makef

Re: [sqlite] SQLite version 3.6.17

2009-08-13 Thread Hugh Sasse
On Wed, 12 Aug 2009, Mike Frysinger wrote: > On Monday 10 August 2009 11:51:40 Hugh Sasse wrote: > > On Mon, 10 Aug 2009, D. Richard Hipp wrote: > > > SQLite version 3.6.17 is now available on the SQLite website: > > [...] > > > This is the first release

Re: [sqlite] SQLite version 3.6.17

2009-08-10 Thread Hugh Sasse
On Mon, 10 Aug 2009, D. Richard Hipp wrote: > SQLite version 3.6.17 is now available on the SQLite website: [...] > This is the first release of SQLite after 100% branch test coverage of > the SQLite core was achieved. The effort to bring SQLite up to 100% Sounds good to me! :-)