|
|
| Pre-release Source Code Snapshots | |||
| sqlite-amalgamation-201305161241.zip (1.36 MiB) |
This is a snapshot (as of 2013-05-16 12:41 UTC) of the current SQLite code under
development. Use this snapshot for testing only. This is not a release.
This ZIP archive contains all preprocessed C code combined into a
single source file (the amalgamation). (sha1: a12d565660979cc4759cf56ababccf0d342154ab) | ||
| sqlite-amalgamation32k-201305161241.zip (1.36 MiB) |
This is a snapshot (as of 2013-05-16 12:41 UTC) of the current SQLite code under
development. The code is split into a small number of source files,
such that no single source file is longer than 32767 lines of code.
Use this snapshot for testing only. This is not a release. (sha1: 04479efb565d2a32969dc86ad3c257c2a47389e5) | ||
Beginning with SQLite version 3.7.4, the names of the build products have changed to be more consistent. (Prior to version 3.7.4, the names of build products were seemingly random.) Build products are named using one of the following templates:
Templates (1) and (2) are used for source-code products. Template (1) is used for generic source-code products and templates (2) is used for source-code products that are generally only useful on unix-like platforms. Template (3) is used for precompiled binaries products. Template (4) is used for unofficial pre-release "snapshots" of source code.
The version is encoded so that filenames sort in order of increasing version number when viewed using "ls". For version 3.X.Y the filename encoding is 3XXYY00. For branch version 3.X.Y.Z, the encoding is 3XXYYZZ.
The date in template (4) is of the form: YYYYMMDDHHMM
The canonical SQLite source code is maintained in three self-synchronizing Fossil repositories that are available for anonymous read-only access. Anyone can view the repository contents and download historical versions of individual files or ZIP archives of historical check-ins.
Note that a unix-like development environment, including a recent version of Tcl, is required in order to build from the canonical sources.
http://www.sqlite.org/cgi/src (Dallas)
http://www2.sqlite.org/cgi/src (Newark)
http://www3.sqlite.org/cgi/src (Fremont)
The documentation is maintained in separate Fossil repositories located at:
http://www.sqlite.org/cgi/docsrc (Dallas)
http://www2.sqlite.org/cgi/docsrc (Newark)
http://www3.sqlite.org/cgi/docsrc (Fremont)
*** DRAFT ***