Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix the max database size on the about.html page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4ad59ef3829780280f4f4dc0473c9f20 |
User & Date: | drh 2020-08-01 00:14:59.284 |
Context
2020-08-07
| ||
20:08 | Merge fixes from the 3.32 branch. (check-in: 7f7cb02e96 user: drh tags: trunk) | |
2020-08-01
| ||
00:14 | Fix the max database size on the about.html page. (check-in: 4ad59ef382 user: drh tags: trunk) | |
2020-07-30
| ||
17:46 | Update the database size limit to 281 terabytes. (check-in: b752742d9c user: drh tags: trunk) | |
Changes
Changes to pages/about.in.
︙ | ︙ | |||
8 9 10 11 12 13 14 | <li> [Full-featured SQL] <li> <a href='mostdeployed.html'>Billions and billions of deployments</a> <li> <a href='onefile.html'>Single-file database</a> <li> <a href='copyright.html'>Public domain source code</a> <li> All source code in one file (<a href='amalgamation.html'>sqlite3.c</a>) <li> <a href='footprint.html'>Small footprint</a> <li> Max DB size: <a href='limits.html'>281 terabytes</a> | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | <li> [Full-featured SQL] <li> <a href='mostdeployed.html'>Billions and billions of deployments</a> <li> <a href='onefile.html'>Single-file database</a> <li> <a href='copyright.html'>Public domain source code</a> <li> All source code in one file (<a href='amalgamation.html'>sqlite3.c</a>) <li> <a href='footprint.html'>Small footprint</a> <li> Max DB size: <a href='limits.html'>281 terabytes</a> (2<sup><small>48</small></sup> bytes) <li> Max row size: <a href='limits.html'>1 gigabyte</a> <li> <a href='fasterthanfs.html'>Faster than direct file I/O</a> <li> <a href='testing.html'>Aviation-grade quality and testing</a> <li> <a href='zeroconf.html'>Zero-configuration</a> <li> <a href='transactional.html'>ACID transactions, even after power loss</a> <li> <a href='fileformat.html'>Stable, enduring file format</a> <li> <a href='doclist.html'>Extensive, detailed documentation</a> |
︙ | ︙ |