Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Do not suppress links to Windows DLLs on the download page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.10 |
Files: | files | file ages | folders |
SHA1: |
70ec942b27c432ae9aa4fac13951dd43 |
User & Date: | drh 2016-01-21 13:33:01.283 |
Context
2016-02-02
| ||
01:56 | Add a mention of sqlite3_column() to the SQLITE_RANGE documentation. (check-in: 2111e3600c user: drh tags: branch-3.10) | |
2016-01-25
| ||
13:55 | Merge 3.10.2 changes. Add the SQLITE_EXTRA_DURABLE=1 compile-time option. (check-in: d39c6c7cfc user: drh tags: trunk) | |
2016-01-21
| ||
13:33 | Do not suppress links to Windows DLLs on the download page. (check-in: 70ec942b27 user: drh tags: branch-3.10) | |
2016-01-20
| ||
15:46 | Fix the sqlite3.c hash on the change log for 3.10.2. (check-in: 65da56b099 user: drh tags: branch-3.10) | |
Changes
Changes to pages/download.in.
︙ | ︙ | |||
230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 | A program to display differences between two SQLite database files. (version VERSION). } Heading {Precompiled Binaries for Windows} win32 set start $nDownload Product YEAR/sqlite-tools-win32-x86-VVV.zip { A bundle of command-line tools for managing SQLite database files, including the [command-line shell] program, the [sqldiff.exe] program, and the [sqlite3_analyzer.exe] program. } {} 1 Product YEAR/sqlite-shell-win32-x86-VVV.zip { The [command-line shell] program (version VERSION). } | > > > > > > > > > < < < < < < < < | 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 | A program to display differences between two SQLite database files. (version VERSION). } Heading {Precompiled Binaries for Windows} win32 set start $nDownload Product YEAR/sqlite-dll-win32-x86-VVV.zip { 32-bit DLL (x86) for SQLite verison VERSION. } Product YEAR/sqlite-dll-win64-x64-VVV.zip { 64-bit DLL (x64) for SQLite version VERSION. } Product YEAR/sqlite-tools-win32-x86-VVV.zip { A bundle of command-line tools for managing SQLite database files, including the [command-line shell] program, the [sqldiff.exe] program, and the [sqlite3_analyzer.exe] program. } {} 1 Product YEAR/sqlite-shell-win32-x86-VVV.zip { The [command-line shell] program (version VERSION). } Product YEAR/sqlite-analyzer-win32-x86-VVV.zip { A program to analyze how space is allocated inside an SQLite database file (version VERSION). } Product YEAR/sqldiff-win32-x86-VVV.zip { A program to display differences between two SQLite database files. |
︙ | ︙ |