|
Loading...
|
sqlite-dev@sqlite.org
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [sqlite-dev] SQLite version 3.7.10 enters release testing Richard Hipp Wed Feb 01 08:25:30 2012
On Wed, Jan 11, 2012 at 12:33 PM, Peter Aronson <[EMAIL PROTECTED]> wrote: > I'm developing on a Sun Blade 2000 running Solaris 9 (a slightly old > operating system) if that would work for you. What sort of tests did you > have in mind? If you can provide an amalgamation, I could plug it into my > current project and see what happens, but I assume you might want less > random coverage than that. > (1) Grab a tarball from http://www.sqlite.org/src/info/9e31a275ef (see the link just to the right of "Other Links:") (2) ./configure; make sqlite3.c (3) Plug the resulting sqlite3.[ch] files into your current project (4) make test If you can let us know how the above turns out, that would be great! > > Best regards, > > Peter > > ------------------------------ > *From:* Richard Hipp <[EMAIL PROTECTED]> > *To:* sqlite-dev <[EMAIL PROTECTED]> > *Sent:* Wed, January 11, 2012 9:44:14 AM > *Subject:* [sqlite-dev] SQLite version 3.7.10 enters release testing > > The lastest SQLite code on trunk <http://www.sqlite.org/src/timeline> is > a release candidate. Out intent is to cut the 3.7.10 release as soon as > the status board <http://www.sqlite.org/checklists/3071000> goes > all-green. If you know of any reasons why we should delay this release, > please speak up quickly. > > The SQLite code in this release will assume powersafe > overwrite<http://www.sqlite.org/draft/psow.html>by default. This can be > overridden at compile-time or using a query > parameter on the URI filename <http://www.sqlite.org/uri.html> at > run-time. We reserve the right to revisit this decision in the future and > possibly make powersafe overwrite default to off. > > We have our own sparcstation on order for testing, but it has not yet > arrived. If you, gentle reader, have access to a sparc64 machine and could > please run some simple tests for us to verify that we did not make any new > 8-byte alignment booboos as we did in 3.7.9, that would be greatly > appreciated. Tnx. > > -- > D. Richard Hipp > [EMAIL PROTECTED] > > _______________________________________________ > sqlite-dev mailing list > [EMAIL PROTECTED] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-dev > > -- D. Richard Hipp [EMAIL PROTECTED]
_______________________________________________ sqlite-dev mailing list [EMAIL PROTECTED] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-dev
- [sqlite-dev] SQLite version 3.7.10 enters release testing Richard Hipp 2012/02/01
- Re: [sqlite-dev] SQLite version 3.7.10 enters release testing Peter Aronson 2012/02/01
- Re: [sqlite-dev] SQLite version 3.7.10 enters release testing Richard Hipp 2012/02/01 <=