SQLite Forum

Typo in documentation
Login

Typo in documentation

(1) By Tyler Spivey (tspivey) on 2023-05-24 20:46:20 [source]

In section 1.2 of https://www.sqlite.org/fileformat.html, it says:

Pages are numbered beginning with 1. The maximum page number is 4294967294 (2^32 - 2). The minimum size SQLite database is a single 512-byte page. The maximum size database would be 2147483646 pages at 65536 bytes per page or 281,474,976,579,584 bytes (about 281 terabytes).

The last sentence should say 4294967294, not 2147483646.

(2) By Larry Brasfield (larrybr) on 2023-05-24 23:05:50 in reply to 1 [link] [source]

Thanks for the pickup. Fixed here.

(3) By little-brother on 2023-09-07 20:03:14 in reply to 1 [link] [source]

https://sqlite.org/lang_datefunc.html#tmdif

The timediff(A,B) routine returns the a string that ...

Perhaps the special place (e.g. topic) should be created for typo reports?

(4) By Larry Brasfield (larrybr) on 2023-09-07 20:42:46 in reply to 3 [link] [source]

... the a ...

Fixed.

Perhaps the special place (e.g. topic) should be created for typo reports?

Not sure what you mean by this. This thread seems like a great place for those, as well as grammatical flubs.