Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Cherrypick typo fixes from trunk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | version-3.8.6 |
Files: | files | file ages | folders |
SHA1: |
d72427edab232c864ddd36b5f1500a30 |
User & Date: | drh 2014-09-21 16:58:58.723 |
Context
2014-09-24
| ||
13:26 | Clarify that bound parameters may not appear in the DEFAULT clause of a CREATE TABLE statement. (Leaf check-in: c914be12fe user: drh tags: version-3.8.6) | |
2014-09-21
| ||
16:58 | Cherrypick typo fixes from trunk. (check-in: d72427edab user: drh tags: version-3.8.6) | |
16:57 | Fix typos. (check-in: d2dedc4ab1 user: drh tags: trunk) | |
2014-09-08
| ||
12:34 | Fix typos in the OpenDocument case study. (check-in: 6c66d1ee77 user: drh tags: version-3.8.6) | |
Changes
Changes to pages/compile.in.
︙ | ︙ | |||
402 403 404 405 406 407 408 | <h2>1.4 Options To Enable Features Normally Turned Off</h2> <tcl> COMPILE_OPTION {SQLITE_ALLOW_URI_AUTHORITY} { [URI filenames] normally throw an error is the authority section is not either empty or "localhost". However, if SQLite is compiled with the SQLITE_ALLOW_URI_AUTHORITY compile-time option, then the URI is | | | 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 | <h2>1.4 Options To Enable Features Normally Turned Off</h2> <tcl> COMPILE_OPTION {SQLITE_ALLOW_URI_AUTHORITY} { [URI filenames] normally throw an error is the authority section is not either empty or "localhost". However, if SQLite is compiled with the SQLITE_ALLOW_URI_AUTHORITY compile-time option, then the URI is converted into a Uniform Naming Convention (UNC) filename and passed down to the underlying operating system that way. <p> Some future versions of SQLite may change to enable this feature by default. } COMPILE_OPTION {SQLITE_ALLOW_COVERING_INDEX_SCAN=<i><0 or 1></i>} { This C-preprocess macro determines the default setting of the |
︙ | ︙ |
Changes to pages/download.in.
︙ | ︙ | |||
168 169 170 171 172 173 174 | This ZIP archive contains all C source code for SQLite VERSION combined into a small number of source files, where no source file is longer than 32767 lines of code. } Product {YEAR/sqlite-autoconf-VVV.tar.gz} { A tarball containing the [amalgamation] | | | 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 | This ZIP archive contains all C source code for SQLite VERSION combined into a small number of source files, where no source file is longer than 32767 lines of code. } Product {YEAR/sqlite-autoconf-VVV.tar.gz} { A tarball containing the [amalgamation] for SQLite VERSION together with a configure script and makefile for building it. This tarball also contains in the "tea" subdirectory a separate configure script and makefile compatible with the <a href="http://www.tcl.tk/doc/tea/">Tcl Extension Architecture (TEA)</a> for building the TCL bindings to SQLite. } {amalgtarball {amalgamation tarball}} |
︙ | ︙ |