On 11 Jun 2017, at 2:56pm, Balaji Ramanathan <balaji.ramanat...@gmail.com> 
wrote:

> This is going to sound stupid, but I would like to know how to
> download older versions of sqlite.

Although the download page gives links only for the current version of SQLite, 
several older versions are still on the server and you can download them by 
making up the URL yourself.  So, for instance, one of the links currently on 
the Download page is

<https://www.sqlite.org/2017/sqlite-dll-win32-x86-3190300.zip>

If you want the version before 3.18.0 you can look it up in

<https://www.sqlite.org/changes.html>

and find that it is 3.17.0 which was released in 2017.  Then you can make up 
the appropriate URL:

<https://www.sqlite.org/2017/sqlite-dll-win32-x86-3170000.zip>

and it works !  Hope this helps.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to