Issue in documentation
(1) By anonymous on 2024-01-16 13:09:53 [source]
At https://www.sqlite.org/security.html, section 1.2. , numbers start from 8 instead of 1. For example it should start: "1. If the application includes ....." instead of "8. If the application includes ....."
(2) By Stephan Beal (stephan) on 2024-01-16 14:03:41 in reply to 1 [link] [source]
At https://www.sqlite.org/security.html, section 1.2. , numbers start from 8 instead of 1.
That's intentional - the numbering spans across the whole page. It is slightly mis-numbered, though - there are two #8s (which will be resolved momentarily).
(3) By Richard Hipp (drh) on 2024-01-16 14:07:03 in reply to 2 [link] [source]
Except that item 8 was occurring twice. Should be fixed now though...