Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a documentation typo. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d5a80fe5ddc4e4492e7e800a5a30f281 |
User & Date: | drh 2017-07-10 18:12:54.304 |
Context
2017-08-01
| ||
14:03 | Update this project to SQLite version 3.20.0. (check-in: 75a2dc4266 user: dan tags: trunk) | |
2017-07-10
| ||
18:12 | Fix a documentation typo. (check-in: d5a80fe5dd user: drh tags: trunk) | |
2017-06-08
| ||
15:13 | Update this project to SQLite version 3.19.3. (check-in: a7c884060e user: dan tags: trunk) | |
Changes
Changes to www/index.wiki.
︙ | ︙ | |||
20 21 22 23 24 25 26 | that. This allows an application to use a custom build or version of SQLite, regardless of the Android version to which it is deployed, while continuing to use the standard Android interface. Available User Documentation: * [./install.wiki | Installation Guide ] - this page describes the various | | < | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | that. This allows an application to use a custom build or version of SQLite, regardless of the Android version to which it is deployed, while continuing to use the standard Android interface. Available User Documentation: * [./install.wiki | Installation Guide ] - this page describes the various ways the SQLite Android bindings may be integrated with an application. * [./usage.wiki | Application Programming ] - this page describes the very minor code modifications required to use the SQLite Android bindings instead of Android's built-in SQLite support. * [./see.wiki | Using the Simple Encryption Extension (SEE) ] - extra notes regarding the use of the proprietary encryption extension SEE. |