Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Typo: change "what" to "want" in limits.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4c0e0cc0652b9740a539f8b0f2afdac2 |
User & Date: | drh 2009-02-22 16:52:43.000 |
Context
2009-02-23
| ||
17:59 | Add documentaion on the reverse_unordered_selects pragma. (check-in: 06452075a4 user: drh tags: trunk) | |
2009-02-22
| ||
16:52 | Typo: change "what" to "want" in limits.html. (check-in: 4c0e0cc065 user: drh tags: trunk) | |
2009-02-20
| ||
14:08 | Demonstrate the ability to include syntax diagram GIFs in requirements. (check-in: a51c22424f user: drh tags: trunk) | |
Changes
Changes to pages/limits.in.
|
| | | 1 2 3 4 5 6 7 8 | ah<title>Implementation Limits For SQLite</title> <tcl>hd_keywords limits</tcl> <h2>Limits In SQLite</h2> <p> "Limits" in the context of this article means sizes or quantities that can not be exceeded. We are concerned |
︙ | ︙ | |||
31 32 33 34 35 36 37 | the test suite. </p> <p> This article defines what the limits of SQLite are and how they can be customized for specific applications. The default settings for limits are normally quite large and adequate for almost every | | | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | the test suite. </p> <p> This article defines what the limits of SQLite are and how they can be customized for specific applications. The default settings for limits are normally quite large and adequate for almost every application. Some applications may want to increase a limit here or there, but we expect such needs to be rare. More commonly, an application might want to recompile SQLite with much lower limits to avoid excess resource utilization in the event of bug in higher-level SQL statement generators or to help thwart attackers who inject malicious SQL statements. </p> |
︙ | ︙ |