Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo on the security.html webpage. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.26 |
Files: | files | file ages | folders |
SHA3-256: |
2ffc105f81a74dad74838f763f0fdb77 |
User & Date: | drh 2018-12-26 12:00:45.917 |
Context
2019-01-09
| ||
19:56 | Fixes to the syntax diagrams for window functions: The parentheses were missing around the window-defn for the WINDOW clause. (check-in: fd152b335d user: drh tags: branch-3.26) | |
2018-12-26
| ||
12:00 | Fix typo on the security.html webpage. (check-in: 2ffc105f81 user: drh tags: branch-3.26) | |
2018-12-15
| ||
11:12 | Fix a typo in the assert.html document. (check-in: 538a9a3099 user: drh tags: branch-3.26) | |
Changes
Changes to pages/security.in.
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - + | <title>Defense Against Dark Arts</title> <tcl>hd_keywords security {attack resistance} \ {defense against dark arts}</tcl> <fancy_format> <h1>SQLite Always Validates Its Inputs</h1> <p> SQLite should never crash, overflow a buffer, leak memory, |
︙ |