Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo on the "about.html" page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e8e08658af38e2d06c463cdb3a499be7 |
User & Date: | drh 2012-12-04 01:34:06.207 |
Context
2012-12-07
| ||
03:18 | Maximum database size is about 140 terabytes. Correct text that formerly reported 14 TB. (check-in: 9c49481d93 user: drh tags: trunk) | |
2012-12-04
| ||
01:34 | Fix typo on the "about.html" page. (check-in: e8e08658af user: drh tags: trunk) | |
2012-12-03
| ||
20:10 | Tweaks to the change log in preparation for 3.7.15. (check-in: 50fc706041 user: drh tags: trunk) | |
Changes
Changes to pages/about.in.
︙ | ︙ | |||
27 28 29 30 31 32 33 | </li> <li> <a href="tclsqlite.html">The TCL Interface Spec</a> <li> <a href="http://www.sqlite.org/src/timeline">Development Timeline</a> </li> <li> <a href="http://www.sqlite.org/src/wiki?name=Bug+Reports">Report a Bug</a> </li> </ul></p> </table> | | | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | </li> <li> <a href="tclsqlite.html">The TCL Interface Spec</a> <li> <a href="http://www.sqlite.org/src/timeline">Development Timeline</a> </li> <li> <a href="http://www.sqlite.org/src/wiki?name=Bug+Reports">Report a Bug</a> </li> </ul></p> </table> <p>SQLite is an in-process library that implements a <a href="selfcontained.html">self-contained</a>, <a href="serverless.html">serverless</a>, <a href="zeroconf.html">zero-configuration</a>, <a href="transactional.html">transactional</a> SQL database engine. The code for SQLite is in the <a href="copyright.html">public domain</a> and is thus free for |
︙ | ︙ |