Re: [sqlite] v3.8.4.3 download

2014-07-10 Thread Eric Rubin-Smith
Eric Rubin-Smith wrote:

> The docs don't get versioned like that AFAICT.  There's just one central
> set of docs.  If behavior changes from one version to the next, that is
> called out with text inside the documentation and in the change logs.
> Some of the more major changes have their own special pages in the docs.

Follow-up.  Looks like I may have been wrong about that?

Look at this link:

http://www.sqlite.org/docsrc/taglist

Poke around there and see if you get what you want.  Don't know if the
maintainers recommend using this or what, but in any case you can see 
the gory change history of the docs there if you want, including what
they did along the path to releasing version 3.8.4.3.

--
Eric A. Rubin-Smith
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] v3.8.4.3 download

2014-07-10 Thread Eric Rubin-Smith
Dave Wellman wrote:

> Where can I download older versions of sqlite3, specifically v3.8.4.3 (or at
> least v3.8.4.x). I don't need the source code, just the windows binaries.

It looks like we can hack the download URIs to get the version you want.  
Noting from the download page that the windows x86 binary is at

http://www.sqlite.org/2014/sqlite-shell-win32-x86-3080500.zip

we can try just altering the last few characters of that and get:

http://www.sqlite.org/2014/sqlite-shell-win32-x86-3080403.zip

which seems to work.

An alternative is to download the source for your version right out of
the version control system.  Here is the version change history page:

http://www.sqlite.org/changes.html

You can use the "SQLITE_SOURCE_ID" from that history page and stick it 
into a URL like this:

http://www.sqlite.org/src/info/

e.g. in your case 

http://www.sqlite.org/src/info/a611fa96c4a848614efe899130359c9f6fb889c3

>From there, you can click the "ZIP Archive" link to get the source code.

> I'll also need the docs. 

The docs don't get versioned like that AFAICT.  There's just one central
set of docs.  If behavior changes from one version to the next, that is
called out with text inside the documentation and in the change logs.
Some of the more major changes have their own special pages in the docs.

--
Eric A. Rubin-Smith

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] v3.8.4.3 download

2014-07-02 Thread Dave Wellman
Hi folks,

Where can I download older versions of sqlite3, specifically v3.8.4.3 (or at
least v3.8.4.x). I don't need the source code, just the windows binaries.
I'll also need the docs. 

 

I looked at the download page but that only seems to  have 3.8.5 and I
couldn't see a link to older version. My apologies if it's starting me in
the face.

 

Many thanks,

Dave

 

 

Ward Analytics Ltd - information in motion

Tel: +44 (0) 118 9740191

Fax: +44 (0) 118 9740192

www:   http://www.ward-analytics.com

 

Registered office address: The Oriel, Sydenham Road, Guildford, Surrey,
United Kingdom, GU1 3SR

Registered company number: 3917021 Registered in England and Wales.

 

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users