Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a hyperlink to the STMT extension. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c9011466c1afe38b720588d39e1ca3c0 |
User & Date: | drh 2017-07-17 10:15:50.415 |
Context
2017-07-17
| ||
10:16 | Fix a typo in whentouse.html (check-in: 9f1b8abdc8 user: drh tags: trunk) | |
10:15 | Fix a hyperlink to the STMT extension. (check-in: c9011466c1 user: drh tags: trunk) | |
2017-07-15
| ||
15:30 | Update althttpd.c to exclude HTTrack, which seems to be an abusive spider. (check-in: b47f5ff005 user: drh tags: trunk) | |
Changes
Changes to pages/compile.in.
︙ | ︙ | |||
981 982 983 984 985 986 987 | This option enables the [sqlite3_stmt_scanstatus()] interface. The [sqlite3_stmt_scanstatus()] interface is normally omitted from the build because it imposes a small performance penalty, even on statements that do not use the feature. } COMPILE_OPTION {SQLITE_ENABLE_STMTVTAB} { | | | 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 | This option enables the [sqlite3_stmt_scanstatus()] interface. The [sqlite3_stmt_scanstatus()] interface is normally omitted from the build because it imposes a small performance penalty, even on statements that do not use the feature. } COMPILE_OPTION {SQLITE_ENABLE_STMTVTAB} { This compile-time option enables the [SQLITE_STMT virtual table] logic. } COMPILE_OPTION {SQLITE_RTREE_INT_ONLY} { If this option is used together with [SQLITE_ENABLE_RTREE] then the [rtree | R*Tree extension] will only store 32-bit signed integer coordinates and all internal computations will be done using integers instead of floating point numbers. |
︙ | ︙ |