Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the cintro.html document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
24a90038eb287148d268a0d5b9b9d863 |
User & Date: | drh 2016-02-12 17:29:39.721 |
Context
2016-02-15
| ||
15:45 | Add a news item for the 3.11.0 release. Fix a typo in the FTS5 documentation. (check-in: 26245406d3 user: drh tags: trunk) | |
2016-02-12
| ||
17:29 | Fix a typo in the cintro.html document. (check-in: 24a90038eb user: drh tags: trunk) | |
05:18 | Merge changes from the 3.10 branch. (check-in: 09a0fd52d7 user: drh tags: trunk) | |
Changes
Changes to pages/cintro.in.
︙ | ︙ | |||
123 124 125 126 127 128 129 | guide. This article is intended as introduction only and is neither a complete nor authoritative reference for the SQLite API. </p> <tcl>HEADING 1 {Core Objects And Interfaces}</tcl> <p> | | | 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | guide. This article is intended as introduction only and is neither a complete nor authoritative reference for the SQLite API. </p> <tcl>HEADING 1 {Core Objects And Interfaces}</tcl> <p> The principal task of an SQL database engine is to evaluate SQL statements of SQL. To accomplish this, the developer needs two objects: </p> <p><ul> <li> The [database connection] object: sqlite3 </li> <li> The [prepared statement] object: sqlite3_stmt </li> </ul></p> |
︙ | ︙ |