Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Further fixes and enhancements to the About page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f636f2cafec5c3e610c2a04eb8dec74f |
User & Date: | drh 2016-08-12 08:17:09.934 |
Context
2016-08-17
| ||
12:01 | In althttpd.c, increase the default maximum content size to 250MB. (check-in: f65bebb25e user: drh tags: trunk) | |
2016-08-12
| ||
08:17 | Further fixes and enhancements to the About page. (check-in: f636f2cafe user: drh tags: trunk) | |
08:11 | Fix a typo on the About page. (check-in: 6078886d9c user: drh tags: trunk) | |
Changes
Changes to pages/about.in.
︙ | ︙ | |||
91 92 93 94 95 96 97 | even if interrupted by system crashes or power failures. All of this is verified by the automated tests using special test harnesses which simulate system failures. Of course, even with all this testing, there are still bugs. But unlike some similar projects (especially commercial competitors) SQLite is open and honest about all bugs and provides | | | | | 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | even if interrupted by system crashes or power failures. All of this is verified by the automated tests using special test harnesses which simulate system failures. Of course, even with all this testing, there are still bugs. But unlike some similar projects (especially commercial competitors) SQLite is open and honest about all bugs and provides <a href="http://www.sqlite.org/src/rptview?rn=1">bugs lists</a> and minute-by-minute <a href="http://www.sqlite.org/src/timeline"> chronologies</a> of code changes.</p> <p>The SQLite code base is supported by an <a href="crew.html">international team</a> of developers who work on SQLite full-time. The developers continue to expand the capabilities of SQLite and enhance its reliability and performance while maintaining backwards compatibility with the <a href="c3ref/intro.html">published interface spec</a>, <a href="lang.html">SQL syntax</a>, and database [file format]. The source code is absolutely free to anybody who wants it, but [professional support] is also available.</p> <p>The SQLite project was started on [https://www.sqlite.org/src/timeline?c=2000-05-29+14:26:00|2000-05-09]. The future is always hard to predict, but the intent of the developers is to support SQLite through the year 2050. Design decisions are made with that objective in mind.</p> <p>We the developers hope that you find SQLite useful and we entreat you to use it well: to make good and beautiful products that are fast, reliable, and simple to use. Seek forgiveness for yourself as you forgive others. And just as you have received SQLite for free, so also freely give, paying the debt forward.</p> |