Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a word here and there. Nothing major. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
71f4be98f6c8ed170a248891eb4c4eba |
User & Date: | drh 2007-11-14 15:37:46.000 |
Context
2007-11-15
| ||
00:50 | Lots of little fixes. (check-in: f45d2bc902 user: drh tags: trunk) | |
2007-11-14
| ||
15:37 | Fix a word here and there. Nothing major. (check-in: 71f4be98f6 user: drh tags: trunk) | |
15:16 | Update the home page. Add a site map. Revise the menu bar. (check-in: 0f974e5b8a user: drh tags: trunk) | |
Changes
Changes to pages/copyright.in.
︙ | ︙ | |||
64 65 66 67 68 69 70 | <li> Your legal department tells you that you have to purchase a license. </li> </ul> <p> If you feel like you really have to purchase a license for SQLite, <a href="http://www.hwaci.com/">Hwaci</a>, the company that employs | | > | < < < < < < < < | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | <li> Your legal department tells you that you have to purchase a license. </li> </ul> <p> If you feel like you really have to purchase a license for SQLite, <a href="http://www.hwaci.com/">Hwaci</a>, the company that employs the architect and principal developers of SQLite, will <a href="http://www.hwaci.com/cgi-bin/license-step1">sell you one</a>. </p> <h2>Contributed Code</h2> <p> In order to keep SQLite completely free and unencumbered by copyright, all new contributors to the SQLite code base are asked to dedicate their contributions to the public domain. If you want to send a patch or enhancement for possible inclusion in the |
︙ | ︙ |
Changes to pages/index.in.
︙ | ︙ | |||
63 64 65 66 67 68 69 | <p>SQLite is a compact library. With all features enabled, the library size can be less than 250KiB, depending on compiler optimization settings. (Some compiler optimizations such as agressive function inlining and loop unrolling can cause the object code to be much larger.) If optional features are omitted, the size of the SQLite library can be reduced below 180KiB. SQLite can also | | | | | | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | <p>SQLite is a compact library. With all features enabled, the library size can be less than 250KiB, depending on compiler optimization settings. (Some compiler optimizations such as agressive function inlining and loop unrolling can cause the object code to be much larger.) If optional features are omitted, the size of the SQLite library can be reduced below 180KiB. SQLite can also be made to run in minimal stack space (16KiB) and very little heap (100KiB), making SQLite a popular database engine choice on memory constrained gadgets such as cellphones, PDAs, and MP3 players. There is a tradeoff between memory usage and speed. SQLite generally runs faster the more memory you give it. Nevertheless, performance is usually quite good even in low-memory environments.</p> <p>SQLite has a reputation for being very reliable. Over two-thirds of the source code is devoted purely to testing and verification. An automated test suite runs hundreds of thousands of tests involving millions of individual SQL statements and achieves |
︙ | ︙ |