Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos on the docs.html page of the website. CVSTrac ticket #2811. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d6475c6071bcf9beb3e937bbf7994485 |
User & Date: | drh 2007-11-28 18:38:37.000 |
Context
2007-11-28
| ||
22:22 | Add documentation for the group_concat() function. (check-in: 2fc1269200 user: drh tags: trunk) | |
18:38 | Fix typos on the docs.html page of the website. CVSTrac ticket #2811. (check-in: d6475c6071 user: drh tags: trunk) | |
16:24 | Fix hyperlink errors in the documentation. CVSTrac ticket #2807. (check-in: 10fa1f2eea user: drh tags: trunk) | |
Changes
Changes to pages/docs.in.
︙ | ︙ | |||
11 12 13 14 15 16 17 | puts {<td width="10"></td>} puts {<td valign="top" align="left">} puts $desc puts {</td></tr>} } doc {Appropriate Uses For SQLite} {whentouse.html} { | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | puts {<td width="10"></td>} puts {<td valign="top" align="left">} puts $desc puts {</td></tr>} } doc {Appropriate Uses For SQLite} {whentouse.html} { This document describes situations where SQLite is an appropriate database engine to use versus situations where a client/server database engine might be a better choice. } doc {Distinctive Features} {different.html} { This document enumerates and describes some of the features of SQLite that make it different from other SQL database engines. |
︙ | ︙ | |||
74 75 76 77 78 79 80 | type of a value is associated with the value itself, not the column that it is stored in. This page describes data typing for SQLite version 3 in further detail. } doc {Locking And Concurrency<br>In SQLite Version 3} {lockingv3.html} { A description of how the new locking code in version 3 increases | | | 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | type of a value is associated with the value itself, not the column that it is stored in. This page describes data typing for SQLite version 3 in further detail. } doc {Locking And Concurrency<br>In SQLite Version 3} {lockingv3.html} { A description of how the new locking code in version 3 increases concurrency and decreases the problem of writer starvation. } doc {Overview Of The Optimizer} {optoverview.html} { A quick overview of the various query optimizations that are attempted by the SQLite code generator. } |
︙ | ︙ | |||
140 141 142 143 144 145 146 | opcodes that the VDBE understands. Programmers can use this document as a reference to better understand the output of EXPLAIN listings from SQLite. } doc {Compilation Options} {compile.html} { This document describes the compile time options that may be set to | | | 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 | opcodes that the VDBE understands. Programmers can use this document as a reference to better understand the output of EXPLAIN listings from SQLite. } doc {Compilation Options} {compile.html} { This document describes the compile time options that may be set to modify the default behavior of the library or omit optional features in order to reduce binary size. } doc {Backwards Compatibility} {formatchng.html} { This document details all of the incompatible changes to the SQLite file format that have occurred since version 1.0.0. } </tcl> </table> |